Compare commits
2 Commits
61df95387e
...
78a32b5616
| Author | SHA1 | Date | |
|---|---|---|---|
| 78a32b5616 | |||
| 0ab0236ba2 |
@ -43,7 +43,6 @@ set -g @tpm_plugins ' \
|
|||||||
tmux-plugins/tmux-sensible \
|
tmux-plugins/tmux-sensible \
|
||||||
tmux-plugins/tmux-resurrect \
|
tmux-plugins/tmux-resurrect \
|
||||||
tmux-plugins/tmux-yank \
|
tmux-plugins/tmux-yank \
|
||||||
Nybkox/tmux-kanagawa \
|
|
||||||
tmux-plugins/tmux-continuum \
|
tmux-plugins/tmux-continuum \
|
||||||
'
|
'
|
||||||
|
|
||||||
@ -52,14 +51,18 @@ set -g @continuum-save-interval '30'
|
|||||||
|
|
||||||
set -g @resurrect-processes 'false'
|
set -g @resurrect-processes 'false'
|
||||||
|
|
||||||
set -g @kanagawa-ignore-window-colors true
|
# border colours
|
||||||
|
set -g pane-border-style "fg=#282728"
|
||||||
|
set -g pane-active-border-style "fg=#938AA9"
|
||||||
|
|
||||||
set -g @kanagawa-plugins " "
|
# status bar
|
||||||
set -g @kanagawa-show-battery false
|
set-option -g status-style bg=default
|
||||||
set -g @kanagawa-day-month true
|
set -g status-left '| #S | '
|
||||||
set -g @kanagawa-show-timezone false
|
set -g status-right ''
|
||||||
set -g @kanagawa-time-format "%R"
|
set -g status-left-length 500
|
||||||
|
|
||||||
|
set -g window-status-format "#I:#W "
|
||||||
|
set -g window-status-current-format "#[fg=red]#I#[fg=default]:#W* "
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@ -48,7 +48,7 @@ source "$HOME/.local/share/zinit/zinit.git/zinit.zsh"
|
|||||||
autoload -Uz _zinit
|
autoload -Uz _zinit
|
||||||
(( ${+_comps} )) && _comps[zinit]=_zinit
|
(( ${+_comps} )) && _comps[zinit]=_zinit
|
||||||
|
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
|
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||||
|
|
||||||
# Load a few important annexes, without Turbo
|
# Load a few important annexes, without Turbo
|
||||||
# (this is currently required for annexes)
|
# (this is currently required for annexes)
|
||||||
|
|||||||
Reference in New Issue
Block a user