Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created May 9, 2013 01:42
Show Gist options
  • Save cfebs/5544966 to your computer and use it in GitHub Desktop.
Save cfebs/5544966 to your computer and use it in GitHub Desktop.
# More Vim Like i3 Movements
#
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l 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
# split in horizontal orientation
# Like vim's o key
bindsym $mod+o split h
#vim: set ft=config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment