kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Document <space>y for copy-paste?

Open jxu opened this issue 9 months ago • 3 comments

After talking with a friend about a different editor, I found out by accident that <space>y does the same copy-paste as "+y. (A clipboard like xclip must be installed already)

Apparently this comes from telescope.nvim. Opening this issue to get down this nifty trick.

jxu avatar Apr 14 '25 22:04 jxu

Are you sure telescope.nvim sets this keybind? I couldn't grep for it, and it wasn't in <leader>sk (show keymaps) either.

rivenirvana avatar May 12 '25 14:05 rivenirvana

I don't know. I thought telescope.nvim set the space bar keybind.

jxu avatar May 12 '25 21:05 jxu

I think you need to execute nvim --clean -u contrib/minimal.lua with this file: https://github.com/neovim/neovim/blob/master/contrib/minimal.lua along with the possible plugin to confirm which one caused this issue.

SetsuikiHyoryu avatar May 13 '25 19:05 SetsuikiHyoryu