Add vim window focus keybindings on sway
This commit is contained in:
parent
37a6767e50
commit
3869933134
|
@ -13,4 +13,4 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
|||
## Wayland
|
||||
gpu-context=wayland
|
||||
## Default window size
|
||||
geometry=50%x50%
|
||||
geometry=70%x70%
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue