t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

[better-find] allow adjust target before confirm #867

Closed t9md closed 7 years ago

t9md commented 7 years ago

Yet another experiment for better-find Related #851

This PR add following feature.

Use case in my mind

Why this feature is specially necessary is it's not replaceable by . repeat. (c t " then insert-some-text, .) is NOT equals to (c 2 t " then insert-some-text).

Example keymap

"atom-text-editor.vim-mode-plus-input.find":
  ";": "vim-mode-plus:find-next"