From b41555a23bc8c9a4808e740e80895430252528b6 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 13 Aug 2020 22:51:59 +0300 Subject: Add shortcuts for focus parent and focus child Now it should be easier to move between panes without changing the currently visible tab. --- dotfiles/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/.config/sway') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 1e1f8a4..0645b2e 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -224,6 +224,8 @@ bindsym --to-code { $mod+j focus down $mod+k focus up $mod+l focus right + $mod+z focus parent + $mod+shift+z focus child # alternatively, you can use the cursor keys: $mod+Left focus left -- cgit v1.2.3