Skip to content

Instantly share code, notes, and snippets.

@sumioturk
Created August 8, 2013 05:55
Show Gist options
  • Save sumioturk/6181833 to your computer and use it in GitHub Desktop.
Save sumioturk/6181833 to your computer and use it in GitHub Desktop.
tmux.conf for vim keybindings minimum
set-option -g prefix C-a
bind s split-window -v
bind v split-window -h
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment