remove tmux which-key

This commit is contained in:
2024-11-08 13:07:15 -05:00
parent e4b11ebcaa
commit fd84fc39fb
+2 -3
View File
@@ -4,7 +4,7 @@ set -g escape-time 0
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB" set -ag terminal-overrides ",xterm-256color:RGB"
set -g history-limit 150000 set -g history-limit 150000
set -g display-time 3000 set -g display-time 2500
set -g status-interval 5 set -g status-interval 5
set -g focus-events on set -g focus-events on
set -g status-position top set -g status-position top
@@ -18,7 +18,7 @@ set -g renumber-windows on
set -g set-titles on set -g set-titles on
set -g set-titles-string "#I: #W" 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 set -g prefix C-a
unbind C-b unbind C-b
bind-key C-a send-prefix 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 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
set -g @plugin 'laktak/extrakto' # fzf search in tmux (prefix+tab) set -g @plugin 'laktak/extrakto' # fzf search in tmux (prefix+tab)
set -g @plugin 'sainnhe/tmux-fzf' # <prefix> F set -g @plugin 'sainnhe/tmux-fzf' # <prefix> F
set -g @plugin 'alexwforsythe/tmux-which-key' # <prefix><space>
set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3) set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3)
# Session restore options # Session restore options