Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created December 24, 2012 11:44
Show Gist options
  • Save isidromerayo/4368948 to your computer and use it in GitHub Desktop.
Save isidromerayo/4368948 to your computer and use it in GitHub Desktop.
tmux configuration
# change prefix
unbind C-b
set -g prefix C-a
# Pane switching with Alt+arrow
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Messed up keys in vim when running inside tmux
# http://superuser.com/questions/237751/messed-up-keys-in-vim-when-running-inside-tmux
set -g default-terminal "xterm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment