initial tmux config
This commit is contained in:
parent
551f267b90
commit
4add29c335
2 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
# login-shell=no
|
# login-shell=no
|
||||||
|
shell=/usr/bin/env tmux
|
||||||
|
|
||||||
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
||||||
# title=foot
|
# title=foot
|
||||||
|
|
|
||||||
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