Added tmux theme
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# global options
|
||||
set -sg terminal-overrides ",*:RGB"
|
||||
set -g terminal-overrides ",*:RGB"
|
||||
set -g escape-time 0
|
||||
set -g focus-events on
|
||||
set -g mouse on
|
||||
set -g prefix C-a
|
||||
|
||||
@ -21,3 +23,6 @@ bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
|
||||
# theme
|
||||
source-file ~/.config/tmux/theme.conf
|
||||
|
Reference in New Issue
Block a user