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.
This commit is contained in:
duianto 2017-02-01 12:45:04 +01:00 committed by d12frosted
parent bb3e5c8289
commit bb8537c3fc
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
1 changed files with 4 additions and 4 deletions

View File

@ -1390,8 +1390,8 @@ Press ~?~ to toggle the full help.
|-------------------+------------------------------------------------------------| |-------------------+------------------------------------------------------------|
| ~SPC l~ | activate the transient- state | | ~SPC l~ | activate the transient- state |
| ~?~ | toggle the documentation | | ~?~ | toggle the documentation |
| ~[1..9, 0]~ | switch to nth layout | | ~[0..9]~ | switch to nth layout |
| ~[C-1..C-9, C-0]~ | switch to nth layout and keep the transient state active | | ~[C-0..C-9]~ | switch to nth layout and keep the transient state active |
| ~<tab>~ | switch to the latest layout | | ~<tab>~ | switch to the latest layout |
| ~a~ | add a buffer to the current layout | | ~a~ | add a buffer to the current layout |
| ~A~ | add all the buffers from another layout in the current one | | ~A~ | add all the buffers from another layout in the current one |
@ -1445,8 +1445,8 @@ Press ~?~ to toggle the full help.
|-------------------+-------------------------------------------------------------| |-------------------+-------------------------------------------------------------|
| ~SPC l w~ | activate the transient state | | ~SPC l w~ | activate the transient state |
| ~?~ | toggle the documentation | | ~?~ | toggle the documentation |
| ~[1..9, 0]~ | switch to nth workspace | | ~[0..9]~ | switch to nth workspace |
| ~[C-1..C-9, C-0]~ | switch to nth workspace and keep the transient state active | | ~[C-0..C-9]~ | switch to nth workspace and keep the transient state active |
| ~TAB~ | switch to last active workspace | | ~TAB~ | switch to last active workspace |
| ~d~ | close current workspace | | ~d~ | close current workspace |
| ~n~ or ~l~ | switch to next workspace | | ~n~ or ~l~ | switch to next workspace |