tidy-up: Organize dot files
This commit is contained in:
parent
456046c4a7
commit
51973fcbf4
18 changed files with 3 additions and 3 deletions
16
.config/tmux/tmux.conf
Normal file
16
.config/tmux/tmux.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue