Skip to content

Commit 603e56d

Browse files
duiantosyl20bnr
authored andcommitted
Update layout and workspace key binding documentation
Changed the `[1..9, 0]` and `[C-1..C-9, C-0]` entries to `[0..9]` and `[C-0..C-9]`, in both the layout and workspace key bindings sections.
1 parent bb4ceeb commit 603e56d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/DOCUMENTATION.org

+4-4
Original file line numberDiff line numberDiff line change
@@ -1390,8 +1390,8 @@ Press ~?~ to toggle the full help.
13901390
|-------------------+------------------------------------------------------------|
13911391
| ~SPC l~ | activate the transient- state |
13921392
| ~?~ | toggle the documentation |
1393-
| ~[1..9, 0]~ | switch to nth layout |
1394-
| ~[C-1..C-9, C-0]~ | switch to nth layout and keep the transient state active |
1393+
| ~[0..9]~ | switch to nth layout |
1394+
| ~[C-0..C-9]~ | switch to nth layout and keep the transient state active |
13951395
| ~<tab>~ | switch to the latest layout |
13961396
| ~a~ | add a buffer to the current layout |
13971397
| ~A~ | add all the buffers from another layout in the current one |
@@ -1445,8 +1445,8 @@ Press ~?~ to toggle the full help.
14451445
|-------------------+-------------------------------------------------------------|
14461446
| ~SPC l w~ | activate the transient state |
14471447
| ~?~ | toggle the documentation |
1448-
| ~[1..9, 0]~ | switch to nth workspace |
1449-
| ~[C-1..C-9, C-0]~ | switch to nth workspace and keep the transient state active |
1448+
| ~[0..9]~ | switch to nth workspace |
1449+
| ~[C-0..C-9]~ | switch to nth workspace and keep the transient state active |
14501450
| ~TAB~ | switch to last active workspace |
14511451
| ~d~ | close current workspace |
14521452
| ~n~ or ~l~ | switch to next workspace |

0 commit comments

Comments
 (0)