scatterd-dotfiles/tmux.conf

15 lines
291 B
Text
Raw Normal View History

set -g default-terminal "screen-256color"
2011-08-11 12:16:32 -04:00
# act like vim
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
# act like GNU screen
unbind C-b
set -g prefix C-a