mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add starship, update vscode
This commit is contained in:
parent
a4eeb45201
commit
e268665220
12 changed files with 96 additions and 103 deletions
15
tmux.conf
15
tmux.conf
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue