nvim/zsh/tmux: better-escape, starship prompt and plugins, tmux rounded corners

- zsh: add plugins: zsh-history-substring-search, zsh-z
This commit is contained in:
2024-06-20 00:20:31 +02:00
parent ad79dc5bbf
commit 4d7bd1a487
4 changed files with 35 additions and 15 deletions

View File

@ -27,9 +27,7 @@ set -g set-titles on
set -g set-titles-string "#H [#S]"
set -g status-justify centre
set -g status-left "#[bg=green]#[fg=black] #H #[bg=default]#[fg=default] #S"
set -g status-left " #[fg=green]#[bg=green]#[fg=black] #H #[bg=default]#[fg=green]#[fg=default] #S"
set -g status-left-length 50
set -g status-right "#[bg=green]#[fg=black] %H:%M "
set-window-option -g window-status-current-style bg=green
set-window-option -ga window-status-current-style fg=black
set -g status-right "#[fg=green]#[bg=green]#[fg=black] %H:%M #[bg=default]#[fg=green] "
set-window-option -g window-status-current-format '#[fg=green]#[bg=green]#[fg=black] #I:#W #[fg=green]#[bg=black]'