Sublime Forum

Find and Replace text?

#1

I know on previous versions of Sublime that if you did a find and replace and later did another find and replace the previous text would be in the find and replace fields. Now if I do a find and replace and do another find and replace it will populate the find field with what is in my clipboard instead of what I previously searched for. Does anyone know how to change this back to not populate the find field with what is in my clipboard?

0 Likes

#2

I’ve never heard of Sublime taking what’s in your clipboard, but it will take what’s selected by default. You can turn this off with:
“find_selected_text”: false,

0 Likes