guillermooo / Vintageous

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

Canceling incremental search should leave the window/scroll exactly as it was. #1023

Open jordwalke opened 8 years ago

jordwalke commented 8 years ago

I'm trying to make a not of all the things that are jarring and not like Vim. One thing I noticed, is that when doing an incremental search, if you cancel the search (escape) the scroll position is upset. If you're coming from Vim, you're used to being able to use incremental search as a quick way to "remember what that other part of the code looks like". It's a nice way to quickly preview without having to context switch - then when you're done looking at the preview of the other part of the file, you hit escape and you're back to exactly where you were. Right now, with Vintageous it feels like you get lost when you cancel the incremental search.