Add starship, update vscode

This commit is contained in:
Smirnov Alexander 2021-04-11 10:56:24 +03:00
parent a4eeb45201
commit e268665220
12 changed files with 96 additions and 103 deletions

View file

@ -17,7 +17,6 @@ set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ",*:Tc"
###== Keybindongs
## HOME/END key support
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
@ -45,11 +44,19 @@ bind - split-window -h
bind Tab last-window
###== Status bar
## Position
set-option -g status-position top
## Items
set -g status-right ' #{?client_prefix,*,} #S '
set -g status-left ' '
## Colors
set -g status-bg black
set -g status-fg white
set -g status-left ' '
set -g status-right ' #{?client_prefix,*,} #S '
set -g status-style fg=colour110
###== Pane border colors
set -g pane-border-style fg=colour240
set -g pane-active-border-style fg=colour39
set-window-option -g window-status-current-style fg=colour39
set-window-option -g window-status-current-style fg=colour39