diff options
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 8bbdfdfa..3b208ca8 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -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 |