Sublime Forum

Search leave the cursor where it was

#1

Hello,

I would like to make a quick suggestion. When we are using the search tool and the word was not found the editor leaves the cursor in the middle of the code. Wherever he found something. It would be nice if we could press ‘esc’ and continue in the same place where the search began.

What do you think?

thank you very much

0 Likes

#2

+1. Definitely.

0 Likes

#3

Hi,
When you delete the text in the search the text editor retraces the path taken. He goes back to the starting line. So, I guess there is some kind of array with the initial line recorded. Am I correct?

This is the default behavior in VIM. It would be possible to emulate this behavior in vintage mode?

Thank you so much

0 Likes