yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Pressing <Esc> should cancel an active motion #8

Closed Vadskye closed 6 years ago

Vadskye commented 6 years ago

Expected behavior: If I start a movement with <Plug>(snipe-f), and choose a letter, I see a list of targets. If I then press \<Esc>, the movement should be cancelled and I should be back in Vim's normal mode.

Current behavior: If I press \<Esc> when choosing from a list of targets, Snipe throws an error.