yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Multi-keystroke sequence now only display the first letter #19

Closed ychin closed 6 years ago

ychin commented 6 years ago

This avoids shifting column positions of the line in multi-keystroke sequences. Provide option to display the entire sequence like before.

Personally I found the new defaults to make a lot more sense. If you prefer me to use the old defaults instead, I can definitely change the new behavior to be only turned on by the option.

Resolves #18

ychin commented 6 years ago

Just pushed new changes to make the new default the only way. Removed the option to opt-in to old behavior, so the plugin will now only show one token at a time.

yangmillstheory commented 6 years ago

I've tested your branch with let g:snipe_jump_tokens = 'asd'. Works great, and the simplification is a win!

yangmillstheory commented 6 years ago

This is actually new, in the sense that I haven't seen the other related plugins like easymotion or tmux-fingers use this approach.