diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:43:17 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:43:17 +0100 |
| commit | a577cef9759e4d1677c5075e5912d9a5d27900bb (patch) | |
| tree | 92a3087fbd8020dbf7f57644656d45cbed852239 /modules/home/i3wm/i3.nix | |
| parent | 224e410e5ff6b99d009de8ff7dd7f953b572c280 (diff) | |
fixed viim motions
Diffstat (limited to 'modules/home/i3wm/i3.nix')
| -rw-r--r-- | modules/home/i3wm/i3.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/home/i3wm/i3.nix b/modules/home/i3wm/i3.nix index 35ce6de..1d19276 100644 --- a/modules/home/i3wm/i3.nix +++ b/modules/home/i3wm/i3.nix @@ -40,15 +40,15 @@ bindsym $mod+n exec firefox bindsym $mod+Shift+q kill - bindsym $mod+j focus left - bindsym $mod+k focus down - bindsym $mod+l focus up - bindsym $mod+uring focus right - - bindsym $mod+Shift+j move left - bindsym $mod+Shift+k move down - bindsym $mod+Shift+l move up - bindsym $mod+Shift+uring move right + bindsym $mod+h focus left + bindsym $mod+j focus down + bindsym $mod+k focus up + bindsym $mod+l focus right + + bindsym $mod+Shift+h move left + bindsym $mod+Shift+j move down + bindsym $mod+Shift+k move up + bindsym $mod+Shift+l move right bindsym $mod+h split h bindsym $mod+v split v |
