From bb8537c3fcc5accecf624051dec42b60f417cd7c Mon Sep 17 00:00:00 2001 From: duianto Date: Wed, 1 Feb 2017 12:45:04 +0100 Subject: [PATCH] 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. --- doc/DOCUMENTATION.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 199e88805..5cd37815a 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1390,8 +1390,8 @@ Press ~?~ to toggle the full help. |-------------------+------------------------------------------------------------| | ~SPC l~ | activate the transient- state | | ~?~ | toggle the documentation | -| ~[1..9, 0]~ | switch to nth layout | -| ~[C-1..C-9, C-0]~ | switch to nth layout and keep the transient state active | +| ~[0..9]~ | switch to nth layout | +| ~[C-0..C-9]~ | switch to nth layout and keep the transient state active | | ~~ | switch to the latest layout | | ~a~ | add a buffer to the current layout | | ~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 | | ~?~ | toggle the documentation | -| ~[1..9, 0]~ | switch to nth workspace | -| ~[C-1..C-9, C-0]~ | switch to nth workspace and keep the transient state active | +| ~[0..9]~ | switch to nth workspace | +| ~[C-0..C-9]~ | switch to nth workspace and keep the transient state active | | ~TAB~ | switch to last active workspace | | ~d~ | close current workspace | | ~n~ or ~l~ | switch to next workspace |