X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.tmux.conf;h=6e8e26a645d92e34d39a33627ba54ce6fb65b022;hb=f295a76655edb8b642a799ef96ee0c0db2ed5a7b;hp=e15bb482e68818792f42b7025476d6c65a458d5a;hpb=9d069b1c50f004648e289b840d7881ee7f988ea0;p=cmccabe-etc diff --git a/.tmux.conf b/.tmux.conf index e15bb48..6e8e26a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,17 +1,26 @@ +# turn off esc-wait so that vi works correctly +set-option -sg escape-time 0 + # use control-K as the prefix set -g prefix C-k unbind C-b bind C-k send-prefix +set-option -g history-limit 100000 +set-window-option -g xterm-keys on + set-window-option -g mode-keys vi set-option -g status-keys vi set-window-option -g utf8 on set-window-option -g mode-mouse on # enable mouse +set -g default-terminal "screen-256color" set -g visual-bell off -bind-key -n F6 prev -bind-key -n F7 next +bind-key -n F5 next +bind-key -n F6 select-pane -t :.+ +bind-key -n F7 select-pane -t :.- +bind-key -n F8 prev set-option -g status-utf8 on set-option -g status-bg blue @@ -20,3 +29,4 @@ set-option -g status-interval 5 set-option -g visual-activity off set-window-option -g monitor-activity on set-window-option -g window-status-current-fg cyan +