소스 검색

Use vim keys for window movement

Frans Bergman 6 년 전
부모
커밋
631d719386
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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