Skip to content

Commit

Permalink
[guides] Add the SlideGuide describing column and row movement (#2529)
Browse files Browse the repository at this point in the history
Co-authored-by: anjakefala <[email protected]>
  • Loading branch information
thejud and anjakefala authored Sep 24, 2024
1 parent f890b9a commit aa92f5b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions visidata/guides/SlideGuide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# The Slide Guide

The key bindings are based on the vi movement keys (hjkl).

## How to move columns

- {help.commands.slide_left}
- {help.commands.slide_right}

- {help.commands.slide_leftmost}
- {help.commands.slide_rightmost}

- {help.commands.slide_left_n}
- {help.commands.slide_right_n}

## How to move rows

- {help.commands.slide_down}
- {help.commands.slide_up}

- {help.commands.slide_bottom}
- {help.commands.slide_top}

- {help.commands.slide_down_n}
- {help.commands.slide_up_n}

0 comments on commit aa92f5b

Please sign in to comment.