16 lines
443 B
Bash
16 lines
443 B
Bash
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'
|