From aa92f5be1bc5da6d26cf8b73f71f27c9075f9bf1 Mon Sep 17 00:00:00 2001 From: thejud Date: Mon, 23 Sep 2024 20:30:24 -0700 Subject: [PATCH] [guides] Add the SlideGuide describing column and row movement (#2529) Co-authored-by: anjakefala --- visidata/guides/SlideGuide.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 visidata/guides/SlideGuide.md diff --git a/visidata/guides/SlideGuide.md b/visidata/guides/SlideGuide.md new file mode 100644 index 000000000..75a25a2a8 --- /dev/null +++ b/visidata/guides/SlideGuide.md @@ -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} +