Update tmux config

This commit is contained in:
Fabio Scotto di Santolo
2024-07-15 16:19:11 +02:00
parent 174be37622
commit 1449549b68

View File

@@ -2,6 +2,10 @@
unbind C-b
set -g prefix C-x
bind C-x send-prefix
set -g renumber-window on
set -g base-index 1
setw -g pane-base-index 1
bind c new-window -c "#{pane_current_path}"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'