Skip to content

Commit 6c30a49

Browse files
author
Bruno Sutic
committed
Update readme - more precise key spec
1 parent 79f2631 commit 6c30a49

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

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

33
### master
44
- update readme to reflect github organization change
5+
- update readme - more precise binding definition
56

67
### v0.0.2, 2014-06-03
78
- split-window bindings "|" and "-" now create a new pane with the same path as

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ Notice most of the bindings emulate vim cursor movements.
1818

1919
**Navigation**
2020

21-
- `h` - select pane on the left
22-
- `j` - select pane below the current one
23-
- `k` - select pane above
24-
- `l` - select pane on the right
21+
- `prefix + h` - select pane on the left
22+
- `prefix + j` - select pane below the current one
23+
- `prefix + k` - select pane above
24+
- `prefix + l` - select pane on the right
2525

2626
<br/><br/><br/><br/><br/>
2727

2828
<img align="right" src="/screenshots/pane_resizing.gif" alt="pane resizing"/>
2929

3030
**Resizing panes**
3131

32-
- `H` - resize current pane 5 cells to the left
33-
- `J` - resize 5 cells in the up direction
34-
- `K` - resize 5 cells in the down direction
35-
- `L` - resize 5 cells to the right
32+
- `prefix + shift + h` - resize current pane 5 cells to the left
33+
- `prefix + shift + j` - resize 5 cells in the up direction
34+
- `prefix + shift + k` - resize 5 cells in the down direction
35+
- `prefix + shift + l` - resize 5 cells to the right
3636

3737
These mappings are `repeatable`.
3838

@@ -47,8 +47,8 @@ The amount of cells to resize can be configured with `@pane_resize` option. See
4747

4848
**Splitting panes**
4949

50-
- `|` - split current pane horizontally
51-
- `-` - split current pane vertically
50+
- `prefix + |` - split current pane horizontally
51+
- `prefix + -` - split current pane vertically
5252

5353
Newly created pane always has the same path as the original pane.
5454

0 commit comments

Comments
 (0)