Update vim, git, tmux, migrate to light theme

This commit is contained in:
Smirnov Alexander 2021-05-10 17:57:51 +03:00
parent 72c267b784
commit 04331d3e94
16 changed files with 181 additions and 229 deletions

View file

@ -36,6 +36,10 @@ bind -r J resize-pane -D 2
bind -r K resize-pane -U 2
bind -r L resize-pane -R 2
## Alternative window move
bind-key i swap-window -t -1
bind-key o swap-window -t +1
## Alternative keys for create window
bind _ split-window -v
bind - split-window -h
@ -52,7 +56,7 @@ set -g status-right ' #{?client_prefix,*,} #S '
set -g status-left ' '
## Colors
set -g status-bg black
set -g status-bg default
set -g status-fg white
set -g status-style fg=colour110