Keybind to close buffers

This commit is contained in:
madmaurice 2015-07-22 01:13:04 +02:00
parent bea3dc65cc
commit e9ae88a2b4

View file

@ -308,7 +308,6 @@ ctrl-L = "/window refresh"
ctrl-M = "/input return"
ctrl-N = "/buffer +1"
ctrl-P = "/buffer -1"
meta-q = "/close"
ctrl-R = "/input search_text"
ctrl-Sctrl-U = "/input set_unread"
ctrl-T = "/input transpose_chars"
@ -501,6 +500,7 @@ meta-k = "/input grab_key_command"
meta-m = "/mute mouse toggle"
meta-n = "/window scroll_next_highlight"
meta-p = "/window scroll_previous_highlight"
meta-q = "/close"
meta-r = "/input delete_line"
meta-s = "/mute aspell toggle"
meta-u = "/window scroll_unread"