summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-10-19 09:40:18 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-10-19 09:40:18 +0100
commit74bd49eedc65224aff124569d35dbd82d9b77282 (patch)
tree838cbc02163a089a1ab70aa6b0f1bb40879b136d
parentb36257683a93424342c582c5b7e36dcffc5c1a03 (diff)
Keep only vim keybindings in i3
-rw-r--r--.i3/config12
1 files changed, 0 insertions, 12 deletions
diff --git a/.i3/config b/.i3/config
index 0963373..9e930a0 100644
--- a/.i3/config
+++ b/.i3/config
@@ -45,24 +45,12 @@ 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
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
-
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
-# alternatively, you can use the cursor keys:
-bindsym $mod+Shift+Left move left
-bindsym $mod+Shift+Down move down
-bindsym $mod+Shift+Up move up
-bindsym $mod+Shift+Right move right
-
# split in horizontal orientation
bindsym $mod+v split h