Skip to content

Commit dcecab0

Browse files
author
Bruno Sutic
committed
Update readme
1 parent b4e5066 commit dcecab0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
### master
4+
- update readme - write all keybindings
45

56
### v1.0.0, 2014-08-30
67
- update readme to reflect github organization change

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Notice most of the bindings emulate vim cursor movements.
1616

1717
**Navigation**
1818

19-
- `prefix + h`<br/>
19+
- `prefix + h` and `prefix + C-h`<br/>
2020
select pane on the left
21-
- `prefix + j`<br/>
21+
- `prefix + j` and `prefix + C-j`<br/>
2222
select pane below the current one
23-
- `prefix + k`<br/>
23+
- `prefix + k` and `prefix + C-k`<br/>
2424
select pane above
25-
- `prefix + l`<br/>
25+
- `prefix + l` and `prefix + C-l`<br/>
2626
select pane on the right
2727

2828
<br/>

0 commit comments

Comments
 (0)