jonhoo / configs

My configuration files
http://thesquareplanet.com
1.08k stars 174 forks source link

typing in a "s" results in a ">" prompt cropping up in the command-line window #8

Closed zhangzhen closed 4 years ago

zhangzhen commented 4 years ago

MacOS Catalina iterm2 Build 3.3.12 neovim v0.4.3

Your init.vim is used as my nvim configuration. In the normal mode, typing in a "s" results in a ">" prompt cropping up in the command-line window. There is no keybinding of s to that command in the config file. What is that command? How can I turn off the binding. Thank you in advance!

Zhen

jonhoo commented 4 years ago

That's be vim-sneak, which lets you seek by two characters (as opposed to a single character with f/F/t/T). You can just comment out the vim-sneak plugin line and it should go away :)