From a577cef9759e4d1677c5075e5912d9a5d27900bb Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 17:43:17 +0100 Subject: fixed viim motions --- modules/home/i3wm/i3.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/home/i3wm') 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 -- cgit v1.2.3