We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e5066 commit dcecab0Copy full SHA for dcecab0
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
### master
4
+- update readme - write all keybindings
5
6
### v1.0.0, 2014-08-30
7
- update readme to reflect github organization change
README.md
@@ -16,13 +16,13 @@ Notice most of the bindings emulate vim cursor movements.
16
17
**Navigation**
18
19
-- `prefix + h`<br/>
+- `prefix + h` and `prefix + C-h`<br/>
20
select pane on the left
21
-- `prefix + j`<br/>
+- `prefix + j` and `prefix + C-j`<br/>
22
select pane below the current one
23
-- `prefix + k`<br/>
+- `prefix + k` and `prefix + C-k`<br/>
24
select pane above
25
-- `prefix + l`<br/>
+- `prefix + l` and `prefix + C-l`<br/>
26
select pane on the right
27
28
<br/>
0 commit comments