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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user