Keybind to close buffers
This commit is contained in:
parent
bea3dc65cc
commit
e9ae88a2b4
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,6 @@ ctrl-L = "/window refresh"
|
||||||
ctrl-M = "/input return"
|
ctrl-M = "/input return"
|
||||||
ctrl-N = "/buffer +1"
|
ctrl-N = "/buffer +1"
|
||||||
ctrl-P = "/buffer -1"
|
ctrl-P = "/buffer -1"
|
||||||
meta-q = "/close"
|
|
||||||
ctrl-R = "/input search_text"
|
ctrl-R = "/input search_text"
|
||||||
ctrl-Sctrl-U = "/input set_unread"
|
ctrl-Sctrl-U = "/input set_unread"
|
||||||
ctrl-T = "/input transpose_chars"
|
ctrl-T = "/input transpose_chars"
|
||||||
|
@ -501,6 +500,7 @@ meta-k = "/input grab_key_command"
|
||||||
meta-m = "/mute mouse toggle"
|
meta-m = "/mute mouse toggle"
|
||||||
meta-n = "/window scroll_next_highlight"
|
meta-n = "/window scroll_next_highlight"
|
||||||
meta-p = "/window scroll_previous_highlight"
|
meta-p = "/window scroll_previous_highlight"
|
||||||
|
meta-q = "/close"
|
||||||
meta-r = "/input delete_line"
|
meta-r = "/input delete_line"
|
||||||
meta-s = "/mute aspell toggle"
|
meta-s = "/mute aspell toggle"
|
||||||
meta-u = "/window scroll_unread"
|
meta-u = "/window scroll_unread"
|
||||||
|
|
Loading…
Reference in a new issue