hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
341 stars 25 forks source link

Add var to use sneak bindings in operator state #40

Closed sooheon closed 8 years ago

sooheon commented 8 years ago

In vim, many people are used to using cx for tpope's vim-exchange plugin. So justinmk's vim-sneak doesn't bind x/X in operator state, only binding z/Z. There is also evil-exchange for emacs, with an option to bind the exchange operation under cx. For people who want to use these packages together, offer the vim-sneak bindings for compatibility.

hlissner commented 8 years ago

Good idea, thanks!