1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

Replaced ctrl-S by ctrl-R for interactive and incremental search

This commit is contained in:
Sebastien Helleu
2007-03-16 15:27:28 +00:00
parent 0f0f7511d2
commit 9a81c27e7d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ gui_keyboard_default_bindings ()
gui_keyboard_bind ( /* m-r */ "meta-r", "delete_line");
gui_keyboard_bind ( /* m-s */ "meta-s", "switch_server");
gui_keyboard_bind ( /* m-u */ "meta-u", "scroll_unread");
gui_keyboard_bind ( /* ^S */ "ctrl-S", "search_text");
gui_keyboard_bind ( /* ^R */ "ctrl-R", "search_text");
/* keys bound with commands */
gui_keyboard_bind ( /* m-left */ "meta-meta2-D", "/buffer -1");