Browse Source

Use vim keys for window movement

Frans Bergman 6 years ago
parent
commit
631d719386
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .config/i3/config

+ 4 - 4
.config/i3/config

@@ -48,9 +48,9 @@ font pango:hack 12
 
 # use these keys for focus, movement, and resize directions when reaching for
 # the arrows is not convenient
-set $up i
-set $down k
-set $left j
+set $up k
+set $down j
+set $left h
 set $right l
 
 # use Mouse+Mod1 to drag floating windows to their wanted position
@@ -95,7 +95,7 @@ bindsym Mod1+Shift+Up move up
 bindsym Mod1+Shift+Right move right
 
 # split in horizontal orientation
-bindsym Mod1+h split h
+bindsym Mod1+c split h
 
 # split in vertical orientation
 bindsym Mod1+v split v