From c6fed8e38c6954bd5f237d425bd5dfa4ca099bd6 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Wed, 3 Apr 2024 08:23:08 -0700 Subject: [PATCH] updates tmux --- .tmux.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index b0b3f70..31af10b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,6 @@ unbind r +# unbind -n c-Enter + bind r source-file ~/.tmux.conf \; display "Reloaded!" set -g prefix C-t @@ -11,19 +13,21 @@ bind-key i select-pane -R bind-key h resize-pane -Z +set -s extended-keys on set-option -g status-position top +set-option -sg escape-time 0 +# set-option -g focus-events on + set -g default-terminal "tmux-256color" -set-option -sg escape-time 10 set -ag terminal-overrides ",xterm-256color:RGB" bind-key = kill-session -set-option -sg escape-time 10 -set-option -g focus-events on +# set-option -s escape-time 20 # Plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'christoomey/vim-tmux-navigator' +# set -g @plugin 'christoomey/vim-tmux-navigator' # Catppuccin theme set -g @plugin 'catppuccin/tmux'