Skip to content

Commit 764f91f

Browse files
author
Bruno Sutic
committed
More readme updates
1 parent 6c30a49 commit 764f91f

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,31 @@ Notice most of the bindings emulate vim cursor movements.
1414

1515
<img align="right" src="/screenshots/pane_navigation.gif" alt="pane navigation"/>
1616

17-
<br/>
18-
1917
**Navigation**
2018

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
2527

2628
<br/><br/><br/><br/><br/>
2729

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

3032
**Resizing panes**
3133

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
3642

3743
These mappings are `repeatable`.
3844

@@ -43,12 +49,12 @@ The amount of cells to resize can be configured with `@pane_resize` option. See
4349

4450
<img align="right" src="/screenshots/pane_splitting.gif" alt="pane splitting"/>
4551

46-
<br/>
47-
4852
**Splitting panes**
4953

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
5258

5359
Newly created pane always has the same path as the original pane.
5460

0 commit comments

Comments
 (0)