mirror of https://github.com/helix-editor/helix
Restore C-w shortcut
parent
d530d6e39d
commit
4a5cb0e04b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue