Skip to content

Instantly share code, notes, and snippets.

@Zhengquan
Created March 9, 2012 13:34
Show Gist options
  • Save Zhengquan/2006519 to your computer and use it in GitHub Desktop.
Save Zhengquan/2006519 to your computer and use it in GitHub Desktop.
my .tmux.conf
set-option -g base-index 1
set-window-option -g mode-keys vi
set-option -g repeat-time 1000
set-option -g status-keys vi
set-option -g status-right "#(date +%H:%M' ')"
set-option -g status-right-length 10
set-option -g status-utf8 on
set-window-option -g utf8 on
bind | run '~/.scripts/tmux-split-in-cwd h'
bind _ run '~/.scripts/tmux-split-in-cwd v'
bind m run '~/.scripts/tmux-split-in-cwd'
bind-key -r k select-pane -U
bind-key -r j select-pane -D
bind-key -r h select-pane -L
bind-key -r l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment