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

Is it possible to use ':' to go to a previous search result rather than ','? #301

Closed brianxk closed 1 year ago

brianxk commented 1 year ago

I've remapped ',' to the leader key, so I'm unable to use it in vim-sneak. Is it possible to remap the default ',' to ':' instead?

ggandor commented 1 year ago

[n|x]noremap : <Plug>Sneak_, (see :help sneak-custom-mappings).