Skip to content

Instantly share code, notes, and snippets.

@husio
Created October 3, 2012 10:08
Show Gist options
  • Select an option

  • Save husio/3826204 to your computer and use it in GitHub Desktop.

Select an option

Save husio/3826204 to your computer and use it in GitHub Desktop.
#unbind C-b
#set -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
bind < resize-pane -L 10
bind > resize-pane -R 10
bind - resize-pane -D 10
bind + resize-pane -U 10
bind : command-prompt
# vi-style controls for copy mode
setw -g mode-keys vi
set -g base-index 1
set -g status-bg colour235
set -g status-fg colour008
set -g status-left " #H > "
set-option -g visual-bell off
set-window-option -g window-status-fg colour222
set-window-option -g window-status-current-fg colour208
set -g status-right " < #[fg=colour246]#(date)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment