Update .config/tmux/tmux.conf

This commit is contained in:
Anthony Rodriguez 2024-08-09 23:28:02 +02:00
parent d96ca2a454
commit f9eacb456e

View file

@ -35,6 +35,11 @@ set -g mouse on
# enable vi keys in copy mode
setw -g mode-keys vi
# remove confirmation on killing panes and windows
bind-key & kill-window
bind-key x kill-pane
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'