update tmux conf

This commit is contained in:
James Dixon 2020-10-10 16:24:00 -04:00
parent 98d793a04a
commit dc942abd08
2 changed files with 17 additions and 9 deletions

View File

@ -1,22 +1,29 @@
# Change default prefix # change default prefix
unbind C-b unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind-key C-a send-prefix bind-key C-a send-prefix
# terminal # emulate a color terminal emulator
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
# unset the annoying delay # unset the annoying delay
set -sg escape-time 0 set -sg escape-time 0
# mouse settings
# set -g mouse on # set -g mouse on
# set -g set-clipboard on # set -g set-clipboard on
# set -g focus-events on # set -g focus-events on
set -g status-bg black # appearance
set -g status-fg white set -g status-style "bg=black fg=white,bold"
set -g status-justify left set -g window-status-current-style "fg=yellow,bold"
setw -g window-status-current-style "fg=white,bold"
# set -g status-bg black
# set -g status-fg white
#==============#
# Key Bindings #
#==============#
bind -n M-j select-pane -D bind -n M-j select-pane -D
bind -n M-k select-pane -U bind -n M-k select-pane -U

View File

@ -3,3 +3,4 @@ plugged
.backup .backup
.swap .swap
.undo .undo
.netrwhist