1
0
Fork 0
dotfiles/tmux/tmux.conf

17 lines
443 B
Text
Raw Normal View History

2024-10-24 22:40:03 -04:00
unbind C-b
bind-key k clear-history
set -g prefix C-s
set -g status off
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",alacritty:RGB"
set-environment -g "LC_ALL" "en_CA.UTF-8"
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux/plugins/'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
run '~/.local/share/tmux/plugins/tpm/tpm'