updates to nixvim, zed and tmux

This commit is contained in:
Salar Rahmanian 2025-10-04 14:32:15 -07:00
parent cd7c51855f
commit 91aa2d907a
5 changed files with 18 additions and 17 deletions

View file

@ -18,16 +18,23 @@ in
yank
kanagawa
{
plugin = kanagawa;
plugin = tokyo-night-tmux;
extraConfig = ''
set -g @kanagawa-theme 'wave'
set -g @kanagawa-plugins "cpu-usage git"
set -g @kanagawa-show-powerline true
set -g @kanagawa-refresh-rate 10
set -g @tokyo-night-tmux_theme night
set -g @tokyo-night-tmux_transparent 1
set -g @tokyo-night-tmux_terminal_icon
set -g @tokyo-night-tmux_active_terminal_icon
set -g @tokyo-night-tmux_show_path 1
set -g @tokyo-night-tmux_path_format full
# No extra spaces between icons
set -g @tokyo-night-tmux_window_tidy_icons 0
set -g status-right " #(tms sessions)"
bind -r '(' switch-client -p\; refresh-client -S
bind -r ')' switch-client -n\; refresh-client -S
bind C-o display-popup -E "tms"
'';
}
{