Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created December 6, 2011 20:00
Show Gist options
  • Select an option

  • Save fapestniegd/1439702 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/1439702 to your computer and use it in GitHub Desktop.
set -g bell-action none
setw -g mode-keys vi
bind " " next-window
bind r source-file ~/.tmux.conf
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind H resize-pane -L 10
bind J resize-pane -D 10
bind K resize-pane -U 10
bind L resize-pane -R 10
bind y setw force-width 81
bind u setw force-width 1
bind | split-window -h
bind - split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment