Tmux: vi mode, visual act, select pane border

This commit is contained in:
Stefen Auris 2017-07-31 11:32:18 -04:00
parent c29ba51e74
commit 445b8eb65a

View file

@ -2,5 +2,15 @@
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b
bind C-a send-prefix bind C-a send-prefix
#Mouse/Scrollback Tweaks
set -g history-limit 20000 set -g history-limit 20000
setw -g mode-keys vi
set-option -g mouse on set-option -g mouse on
set-option -g pane-active-border-fg yellow
#New Keybindings
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
#Misc Enables
set -g default-terminal "screen-256color"
setw -g monitor-activity on
set -g visual-activity on
set -g status-justify centre