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'