Add vim window focus keybindings on sway

This commit is contained in:
2020-06-06 15:53:06 +02:00
parent 37a6767e50
commit 3869933134
2 changed files with 6 additions and 1 deletions

View File

@@ -108,6 +108,11 @@ bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# Vim shortcuts for movement
bindsym $mod+H focus left
bindsym $mod+J focus down
bindsym $mod+K focus up
bindsym $mod+L focus right
# Move the focused window with the same, but add Shift
#bindsym $mod+Shift+$left move left
#bindsym $mod+Shift+$down move down