justinmk / vim-sneak

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

Feature request: custom mappings to escape prompt #215

Closed auwsmit closed 6 years ago

auwsmit commented 6 years ago

I have personally mapped <c-g> to act like <esc> in nearly every context, just to have more parity with Emacs, but I'm not sure how to configure sneak to have a custom prompt-exiting map.

Is this possible with a snippet, or could it be implemented as a new option?

justinmk commented 6 years ago

Out of scope to add more customization, but CTRL-g is common enough, so it cancels the prompt by default now.