mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
core: move /input buffer switch/zoom actions to command /buffer
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom`
This commit is contained in:
@@ -95,8 +95,8 @@ gui_key_default_bindings (int context)
|
||||
BIND(/* ^D */ "ctrl-D", "/input delete_next_char");
|
||||
BIND(/* ^W */ "ctrl-W", "/input delete_previous_word_whitespace");
|
||||
BIND(/* m-<backspace> */ "meta-ctrl-?", "/input delete_previous_word");
|
||||
BIND(/* ^X */ "ctrl-X", "/input switch_active_buffer");
|
||||
BIND(/* m-x */ "meta-x", "/input zoom_merged_buffer");
|
||||
BIND(/* ^X */ "ctrl-X", "/buffer switch");
|
||||
BIND(/* m-x */ "meta-x", "/buffer zoom");
|
||||
BIND(/* m-d */ "meta-d", "/input delete_next_word");
|
||||
BIND(/* ^K */ "ctrl-K", "/input delete_end_of_line");
|
||||
BIND(/* m-r */ "meta-r", "/input delete_line");
|
||||
|
||||
Reference in New Issue
Block a user