add yazi, update tmux, zsh
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user