Compare commits

..

No commits in common. "771d30c136974ea469d504fd387ac995d0c782ba" and "edc02d1bb53daa1ee94037bfbe6682641aa5f03e" have entirely different histories.

View File

@ -18,8 +18,6 @@ set -s extended-keys always
set -s extended-keys-format csi-u set -s extended-keys-format csi-u
bind-key -n C-S-[ previous-window bind-key -n C-S-[ previous-window
bind-key -n C-S-] next-window bind-key -n C-S-] next-window
bind-key -n "M-{" previous-window
bind-key -n "M-}" next-window
set -as terminal-features ",xterm-kitty:RGB" set -as terminal-features ",xterm-kitty:RGB"
set -as terminal-features ",xterm-kitty:clipboard" set -as terminal-features ",xterm-kitty:clipboard"
set -as terminal-features ",xterm-kitty:extkeys" set -as terminal-features ",xterm-kitty:extkeys"
@ -59,8 +57,7 @@ set -g @nova-nerdfonts-left 
#set -g @nova-nerdfonts-left  #set -g @nova-nerdfonts-left 
#set -g @nova-nerdfonts-right  #set -g @nova-nerdfonts-right 
set -g @nova-nerdfonts-right  set -g @nova-nerdfonts-right 
set -g @nova-status-style-bg "default" set -g @nova-status-style-bg "#1c2836"
set -g @nova-status-style-fg "terminal"
set -g @nova-segment-mode "#{?client_prefix,Ω,ω}" set -g @nova-segment-mode "#{?client_prefix,Ω,ω}"
set -g @nova-segment-mode-colors "#50fa7b #282a36" set -g @nova-segment-mode-colors "#50fa7b #282a36"
@ -68,8 +65,7 @@ set -g @nova-segment-mode-colors "#50fa7b #282a36"
set -g @nova-segment-whoami "#(whoami)@#h" set -g @nova-segment-whoami "#(whoami)@#h"
set -g @nova-segment-whoami-colors "#50fa7b #282a36" set -g @nova-segment-whoami-colors "#50fa7b #282a36"
set -g @nova-pane "#W" set -g @nova-pane "#I#{?pane_in_mode,  #{pane_mode},}  #W"
set -g window-status-separator ""
set -g @nova-rows 0 set -g @nova-rows 0
set -g @nova-segments-0-left "mode" set -g @nova-segments-0-left "mode"
@ -94,8 +90,3 @@ set -g status-interval 10 # redraw status line every 10 seconds
# 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 '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'
# Nova renders this separator with @nova-status-style-bg as a foreground.
# With bg=default that becomes black on light themes, so keep only this
# active-tab edge explicit while the rest of the line remains theme-native.
set-window-option -g window-status-current-format "#[fg=#6272a4,bg=default]#[fg=#f8f8f2,bg=#6272a4] #W #[fg=#6272a4,bg=default]"