shell: use current shell in tmux
This commit is contained in:
@@ -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 '%%'"
|
||||
|
||||
Reference in New Issue
Block a user