guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Use Sublime Command Line Instead of Popup Modal to confirm Replacements with 'c' flag #947

Open casey-speer opened 9 years ago

casey-speer commented 9 years ago

The addition of the c flag to command line search and replace is awesome! But I find the modal popup for each confirmation distracting and it sometimes obscures important context. Could the confirmation be moved to the command line or command window region of sublime, similar to how actual vim does this?

Thanks!