Tmux Config: enable yazi image previewing in tmux
This commit is contained in:
parent
09be5518f1
commit
996d930f0a
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ bind -n M-Down select-pane -D
|
|||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
#####################################################################
|
||||
# Enable yazi image previewing in tmux
|
||||
#####################################################################
|
||||
set -g allow-passthrough on
|
||||
set -ga update-environment TERM
|
||||
set -ga update-environment TERM_PROGRAM
|
||||
|
||||
#####################################################################
|
||||
# Start windows and panes at 1, not 0
|
||||
#####################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue