justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.24k stars 88 forks source link

remap `s` to an unsed char #263

Closed jeremyjjbrown closed 4 years ago

jeremyjjbrown commented 4 years ago

s is already a normal mode command.

s (substitute) will delete the current character and place the user in insert mode with the cursor between the two surrounding characters. 3s , for example, will delete the next three characters and place the user in insert mode.

How do I remap vim sneak to perhaps Leader s so it no longer steps on a useful vim command?

jeremyjjbrown commented 4 years ago

Nevermind. Please delete.

justinmk commented 4 years ago

For those finding this via search, see https://github.com/justinmk/vim-sneak#how-dare-you-remap-s