X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=tmux%2F.tmux.conf;h=629859a390314bba471fdc1bed0f2de794723dfa;hb=beccd2aa892924796642febb0323910942abc50b;hp=c59768cdc34863856720d6fb5c8a5c73ef1c7fad;hpb=47f7d2b5f4a10a65950b0e3d5b07694bb2ce5dfa;p=dotfiles.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c59768c..629859a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,9 +1,10 @@ set-option -g mode-keys vi set-option -g base-index 1 set-option -g default-terminal "screen-256color" -set-option -g escape-time 50 +set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 +set-option -g renumber-windows on set-option -g prefix C-a unbind-key C-b @@ -31,5 +32,6 @@ set-window-option -g window-status-last-bg cyan bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer +bind-key Y capture-pane -J -S - -E - \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer bind-key b set-option status unbind-key L