Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the SlideGuide describing column and row movement #2529

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}

Loading