Skip to content

Commit aa92f5b

Browse files
thejudanjakefala
andauthored
[guides] Add the SlideGuide describing column and row movement (#2529)
Co-authored-by: anjakefala <[email protected]>
1 parent f890b9a commit aa92f5b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

visidata/guides/SlideGuide.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The Slide Guide
2+
3+
The key bindings are based on the vi movement keys (hjkl).
4+
5+
## How to move columns
6+
7+
- {help.commands.slide_left}
8+
- {help.commands.slide_right}
9+
10+
- {help.commands.slide_leftmost}
11+
- {help.commands.slide_rightmost}
12+
13+
- {help.commands.slide_left_n}
14+
- {help.commands.slide_right_n}
15+
16+
## How to move rows
17+
18+
- {help.commands.slide_down}
19+
- {help.commands.slide_up}
20+
21+
- {help.commands.slide_bottom}
22+
- {help.commands.slide_top}
23+
24+
- {help.commands.slide_down_n}
25+
- {help.commands.slide_up_n}
26+

0 commit comments

Comments
 (0)