From 40d15ae78b5f00268f871b4cb53f59fc7423b9f2 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 11 Jul 2023 16:57:43 -0500 Subject: [PATCH] Fix i3 vim keybinds --- .config/i3/config | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 119cd9e..b2a9361 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -91,10 +91,10 @@ bindsym XF86Calculator exec "rofi -show calc -modi calc -no-show-match -no-sort" # change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right +bindsym $mod+h focus left +bindsym $mod+j focus down +bindsym $mod+k focus up +bindsym $mod+l focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -114,12 +114,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right -# split in horizontal orientation -bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle