@@ -14,25 +14,31 @@ Notice most of the bindings emulate vim cursor movements.
14
14
15
15
<img align =" right " src =" /screenshots/pane_navigation.gif " alt =" pane navigation " />
16
16
17
- <br />
18
-
19
17
** Navigation**
20
18
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
19
+ - ` prefix + h ` <br />
20
+ select pane on the left
21
+ - ` prefix + j ` <br />
22
+ select pane below the current one
23
+ - ` prefix + k ` <br />
24
+ select pane above
25
+ - ` prefix + l ` <br />
26
+ select pane on the right
25
27
26
28
<br /><br /><br /><br /><br />
27
29
28
30
<img align =" right " src =" /screenshots/pane_resizing.gif " alt =" pane resizing " />
29
31
30
32
** Resizing panes**
31
33
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
34
+ - ` prefix + shift + h ` <br />
35
+ resize current pane 5 cells to the left
36
+ - ` prefix + shift + j ` <br />
37
+ resize 5 cells in the up direction
38
+ - ` prefix + shift + k ` <br />
39
+ resize 5 cells in the down direction
40
+ - ` prefix + shift + l ` <br />
41
+ resize 5 cells to the right
36
42
37
43
These mappings are ` repeatable ` .
38
44
@@ -43,12 +49,12 @@ The amount of cells to resize can be configured with `@pane_resize` option. See
43
49
44
50
<img align =" right " src =" /screenshots/pane_splitting.gif " alt =" pane splitting " />
45
51
46
- <br />
47
-
48
52
** Splitting panes**
49
53
50
- - ` prefix + | ` - split current pane horizontally
51
- - ` prefix + - ` - split current pane vertically
54
+ - ` prefix + | ` <br />
55
+ split current pane horizontally
56
+ - ` prefix + - ` <br />
57
+ split current pane vertically
52
58
53
59
Newly created pane always has the same path as the original pane.
54
60
0 commit comments