Skip to content

Commit

Permalink
Restore C-w shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jul 11, 2021
1 parent d530d6e commit 4a5cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5cb0e

Please sign in to comment.