Skip to content

Commit 7e187c8

Browse files
author
Wes Moberly
authored
Fix "resizing panes" up & down key mappings
Previously the README had `prefix + shift + j` for up and `prefix + shift + k` for down; it should be the other way around.
1 parent 3cb90de commit 7e187c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ a better binding for that, `prefix + a` (if your prefix is `C-a`).
4343
- `prefix + shift + h`<br/>
4444
resize current pane 5 cells to the left
4545
- `prefix + shift + j`<br/>
46-
resize 5 cells in the up direction
47-
- `prefix + shift + k`<br/>
4846
resize 5 cells in the down direction
47+
- `prefix + shift + k`<br/>
48+
resize 5 cells in the up direction
4949
- `prefix + shift + l`<br/>
5050
resize 5 cells to the right
5151

0 commit comments

Comments
 (0)