From 3de950e0d9edf80015e70d3fd6a6ab180f15417c Mon Sep 17 00:00:00 2001 From: Andriy Yablonskyy Date: Sun, 21 Oct 2018 13:38:58 -0400 Subject: [PATCH 1/2] Update userguide "Focus Parent": add the default While reading the UserGuide, I had to refer to the TL;DR image on top to find the default keybind for "Focus Parent" since it's not mentioned in the text. This pr fixes it. --- docs/userguide | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/userguide b/docs/userguide index c051125d..e4138993 100644 --- a/docs/userguide +++ b/docs/userguide @@ -245,9 +245,11 @@ you open a new terminal, it will open below the current one. So, how can you open a new terminal window to the *right* of the current one? The solution is to use +focus parent+, which will focus the +Parent Container+ of -the current +Container+. In this case, you would focus the +Vertical Split -Container+ which is *inside* the horizontally oriented workspace. Thus, now new -windows will be opened to the right of the +Vertical Split Container+: +the current +Container+. In default configuration, use +$mod+a+ to navigate one ++Container+ up the tree (you can repeat this multiple times until you get to the ++Workspace Container+. In this case, you would focus the +Vertical Split Container+ +which is *inside* the horizontally oriented workspace. Thus, now new windows will be +opened to the right of the +Vertical Split Container+: image::tree-shot3.png["shot3",title="Focus parent, then open new terminal"] From b971c0e50f00756227bb27d2fc5f7087310f3927 Mon Sep 17 00:00:00 2001 From: Andriy Yablonskyy Date: Sun, 21 Oct 2018 13:42:19 -0400 Subject: [PATCH 2/2] add missing parenthesis --- docs/userguide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide b/docs/userguide index e4138993..4bfcdb6b 100644 --- a/docs/userguide +++ b/docs/userguide @@ -247,7 +247,7 @@ So, how can you open a new terminal window to the *right* of the current one? The solution is to use +focus parent+, which will focus the +Parent Container+ of the current +Container+. In default configuration, use +$mod+a+ to navigate one +Container+ up the tree (you can repeat this multiple times until you get to the -+Workspace Container+. In this case, you would focus the +Vertical Split Container+ ++Workspace Container+). In this case, you would focus the +Vertical Split Container+ which is *inside* the horizontally oriented workspace. Thus, now new windows will be opened to the right of the +Vertical Split Container+: