mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update vim, git, tmux, migrate to light theme
This commit is contained in:
parent
72c267b784
commit
04331d3e94
16 changed files with 181 additions and 229 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue