-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[guides] Add the SlideGuide describing column and row movement (#2529)
Co-authored-by: anjakefala <[email protected]>
- Loading branch information
1 parent
f890b9a
commit aa92f5b
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
|