@@ -18,21 +18,21 @@ Notice most of the bindings emulate vim cursor movements.
18
18
19
19
** Navigation**
20
20
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
25
25
26
26
<br /><br /><br /><br /><br />
27
27
28
28
<img align =" right " src =" /screenshots/pane_resizing.gif " alt =" pane resizing " />
29
29
30
30
** Resizing panes**
31
31
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
36
36
37
37
These mappings are ` repeatable ` .
38
38
@@ -47,8 +47,8 @@ The amount of cells to resize can be configured with `@pane_resize` option. See
47
47
48
48
** Splitting panes**
49
49
50
- - ` | ` - split current pane horizontally
51
- - ` - ` - split current pane vertically
50
+ - ` prefix + |` - split current pane horizontally
51
+ - ` prefix + -` - split current pane vertically
52
52
53
53
Newly created pane always has the same path as the original pane.
54
54
0 commit comments