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
set-option -g prefix C-a
bind-key C-a send-prefix
# terminal
# emulate a color terminal emulator
set -g default-terminal "tmux-256color"
# unset the annoying delay
set -sg escape-time 0
# mouse settings
# set -g mouse on
# set -g set-clipboard on
# set -g focus-events on
set -g status-bg black
set -g status-fg white
set -g status-justify left
setw -g window-status-current-style "fg=white,bold"
# appearance
set -g status-style "bg=black fg=white,bold"
set -g window-status-current-style "fg=yellow,bold"
# set -g status-bg black
# set -g status-fg white
#==============#
# Key Bindings #
#==============#
bind -n M-j select-pane -D
bind -n M-k select-pane -U

View File

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