initial tmux config
This commit is contained in:
parent
551f267b90
commit
4add29c335
2 changed files with 12 additions and 0 deletions
11
.tmux.conf
Normal file
11
.tmux.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
set -g @plugin "nordtheme/tmux"
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
set-option -a terminal-features 'foot:RGB'
|
||||
|
||||
bind -n C-Tab select-window -n
|
||||
bind -n C-S-Tab select-window -p
|
||||
Loading…
Add table
Add a link
Reference in a new issue