From fd84fc39fbe966361e49e3f35697b4fb04221944 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Fri, 8 Nov 2024 13:07:15 -0500 Subject: [PATCH] remove tmux which-key --- .config/tmux/tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 25002d2..728549c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,7 +4,7 @@ set -g escape-time 0 set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" set -g history-limit 150000 -set -g display-time 3000 +set -g display-time 2500 set -g status-interval 5 set -g focus-events on set -g status-position top @@ -18,7 +18,7 @@ set -g renumber-windows on set -g set-titles on set -g set-titles-string "#I: #W" -# Change activation from ctrl+b to ctrl+a +# Change prefix from ctrl+b to ctrl+a set -g prefix C-a unbind C-b bind-key C-a send-prefix @@ -84,7 +84,6 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across rebo set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins set -g @plugin 'laktak/extrakto' # fzf search in tmux (prefix+tab) set -g @plugin 'sainnhe/tmux-fzf' # F -set -g @plugin 'alexwforsythe/tmux-which-key' # set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3) # Session restore options