Restore C-w shortcut

pull/435/head
Blaž Hrastnik 2021-07-11 16:42:23 +09:00
parent d530d6e39d
commit 4a5cb0e04b
1 changed files with 1 additions and 1 deletions

View File

@ -3750,7 +3750,7 @@ mode_info! {
/// window
window_mode, WINDOW_MODE,
/// rotate
"w" => rotate_view,
"w" | "C-w" => rotate_view,
/// horizontal split
"h" => hsplit,
/// vertical split