lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

search bar should default to find 'prev' #326

Closed voidplayer closed 4 years ago

voidplayer commented 6 years ago

Usually, you want to search backward, not forward :)

ctrl + shift + f, type term, enter to find :)

lanoxx commented 6 years ago

I will consider this for the next release of tilda (e.g. 1.5). I plan to add a checkbox in the search bar with title 'Enter searches backwards' that controls the search direction on enter.

lanoxx commented 4 years ago

This has been fixed in commit 5254d3cca981e1a6d78fb89762f7fb3d34b766ce and will be included in tilda 1.5. I have just switched the default to backwards but not added a configuration option.