hadronized / hop.nvim

Neovim motions on speed!
Other
2.47k stars 137 forks source link

consider supporting multiple opts.quit_key? #331

Closed haolian9 closed 1 year ago

haolian9 commented 1 year ago

hi, in my daily use, <space> is my preferred quit_key, but i want to set <esc> as quit_key too.

could you consider making quit_key an array of keys?

(i scratched a commit that adds opts.quit_keycodes instead of changing the opts.quit_key as a workaround for now)