add yazi, update tmux, zsh

This commit is contained in:
sebastian
2025-10-25 16:13:30 +02:00
parent 2531df8030
commit c6e2200775
4 changed files with 35 additions and 1 deletions

View File

@@ -5,6 +5,15 @@ set -ga terminal-overrides ",xterm-256color:Tc"
# enable Mouse Mode
set -g mouse off
# Enable UTF-8
#set -g utf8 on
#set -g status-utf8 on
# Use true color (for Kitty + themes)
#set -g default-terminal "tmux-256color"
#set -as terminal-overrides ',xterm-256color:RGB'
# start window numbers at 1 to match keyboard order with tmux window order
set -g base-index 1
@@ -88,5 +97,13 @@ set-option -g @plugin "roy2220/easyjump.tmux"
#set -g @plugin "nordtheme/tmux"
set -g @plugin 'tmux-plugins/tmux-yank'
# For Yazi image preview to work
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
run '~/.config/tmux/plugins/tpm/tpm'