tmux: Add a key mapping for choose-tree

This commit is contained in:
Sanchayan Maity 2022-03-15 20:13:15 +05:30
parent 31b15efed0
commit 1721a51f47
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ bind -T copy-mode-vi r send-keys -X rectangle-toggle
bind S command-prompt -p 'Save history to filename:' -I '/tmp/tmux.history' 'capture-pane -S - -E -; save-buffer %1 ; delete-buffer'
bind T choose-tree -wZ
# This effects color rendering and typing on terminal.
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",foot:Tc"