[Feature Request] Configure Sneak keymap
See original GitHub issueThe sneak plugin offers similar functionality to find command (f
). Some vim users believe sneak’s usefulness eclipses the find command, and remap f
to sneak [1].
For vim users that map this, it means a consistent key can be used [2], and returns the original map of the s
key (the substitute command).
This is a request to add an option to the plugin’s configuration to define a custom key to activate the sneak plugin. Users that rebind the key will have the original map of s
returned to them.
I have looked though the source and feel I could implement this myself, if I wasn’t so busy. I will make a pull request in the future; if someone doesn’t beat me to it.
[1] Vim-Sneak Readme: https://github.com/justinmk/vim-sneak#how-can-i-replace-f-with-sneak
[2] By default, Sneak uses s
for moving, and z
for text operations
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7 (1 by maintainers)
Top GitHub Comments
Sweet, thanks for implementing the feature @J-Fields 🎉
Put this in your config:
This works for me, replace
f
andF
key as you like.