Skip to content

Instantly share code, notes, and snippets.

@simlegate
Last active December 18, 2015 03:49
Show Gist options
  • Save simlegate/5721392 to your computer and use it in GitHub Desktop.
Save simlegate/5721392 to your computer and use it in GitHub Desktop.
tmux configure file for vim
set-window-option -g mode-keys vi
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