dots/.tmux.conf

17 lines
599 B
Plaintext
Raw Permalink Normal View History

2025-02-26 16:57:47 -05:00
set -g base-index 1 # start indexing windows at 1 instead of 0
set -g detach-on-destroy off # don't exit from tmux when closing a session
set -g escape-time 0 # zero-out escape time delay
set -g history-limit 1000000 # increase history size (from 2,000)
set -g renumber-windows on # renumber all windows when any window is closed
set -g set-clipboard on # use system clipboard
set-window-option -g mode-keys vi
set -g mouse on
set -g status-style "fg=blue bg=default"
set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'tmux-plugins/tpm'
run '~/.tmux/plugins/tpm/tpm'