Установить поиск по подбору слова визуально
В теме How-To: Поиск по файлам с GEdit написано
1) open Gedit and enable the "External tools" plugin in Edit >> Preferences >> Plugin 2) don't close the dialog but select the plugin and click "Configure plugin" instead 3) let's add a new tool with the following properties Name : Find in files (or whatever you want) Description : Find in files (or whatever you want) Accelerator (the keybord shortcut) : type <Control><Shift>f (or whatever you want - be sure it's not already used) Command : Code: #!/bin/sh xargs gnome-search-tool --contains Input : current selection Output: bottom panel Scope: all documents
но эта функция работает, только если выбрано какое-то слово
Получить похожий поиск в файлах как в TextMate
Установите Input для Current document, но в остальном, как указано выше.