Initial commit
This commit is contained in:
commit
efb531383d
14 changed files with 525 additions and 0 deletions
16
tmux/tmux.conf
Normal file
16
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