-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Closed
Description
Warning! I am very new to neovim!
Describe the bug
I can't get any of the surrounding commands to work.
To Reproduce
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim- I also enabled neo-tree by uncommenting
require 'kickstart.plugins.neo-tree',on line 936 nvim- open any file
If I type space sk to show keymaps in telescope, it shows a lot of commands for surrounding text (I assume with brackets or quotes).
eg I'm trying to use sa to add surrounding quotes...
In Normal mode, as soon as I press s, it deletes the character under the cursor and goes into Insert mode.
If I'm in Visual mode with a selection, as soon as I press s, it replaces all the selected text with nothing and goes into Insert mode.
How can I access those commands to surround text?
Desktop
- OS: Ubuntu 20.04
- Terminal: Putty from Windows 10
Neovim Version
NVIM v0.10.1
Build type: Debug
LuaJIT 2.1.1713484068
I'm sure I'm probably doing something dumb.
Thanks!
kushaldas and pottekkat
Metadata
Metadata
Assignees
Labels
No labels
