From 1721a51f4749324d4fe7757fcaed91bac864caeb Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 15 Mar 2022 20:13:15 +0530 Subject: [PATCH] tmux: Add a key mapping for choose-tree --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index dbbb571..c9f0b69 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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"