shell: use current shell in tmux

This commit is contained in:
2026-08-18 11:06:34 +02:00
parent 465f6f491b
commit 01dd50f524
2 changed files with 5 additions and 5 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
### Terminal
# set default terminal
set-option -g default-shell "$SHELL"
set -g default-terminal "tmux-256color"
# enable true color terminal
set -ga terminal-overrides ",*256col*:Tc,alacritty:Tc"
# enable hyperlinks
set -as terminal-features ",*:hyperlinks"
@@ -23,7 +25,7 @@ bind-key -n M-k select-pane -U
bind-key -n M-l select-pane -R
# pane zoom
bind-key -n M-f resize-pane -Z
bind-key -n M-z resize-pane -Z
# window rename
bind-key -n M-, command-prompt -p "Rename tab:" "rename-window '%%'"