|
|
@ -26,6 +26,9 @@ set-window-option -g mode-keys vi |
|
|
set -g default-terminal "tmux" |
|
|
set -g default-terminal "tmux" |
|
|
set-option -sa terminal-overrides ',xterm*:Tc' |
|
|
set-option -sa terminal-overrides ',xterm*:Tc' |
|
|
|
|
|
|
|
|
|
|
|
# Disable sound bell. |
|
|
|
|
|
set -g bell-action none |
|
|
|
|
|
|
|
|
# List of plugins |
|
|
# List of plugins |
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
|