Added tmux theme
This commit is contained in:
parent
96d3739ff9
commit
8e098411c4
4 changed files with 210 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue