We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3982599 commit ff00150Copy full SHA for ff00150
tmux/.tmux.conf
@@ -1,6 +1,8 @@
1
# Using TPM
2
# $ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
3
4
+set-option -g default-command "reattach-to-user-namespace -l zsh"
5
+
6
# Bindings
7
###################################################################################################
8
@@ -84,7 +86,6 @@ set-option -g @plugin 'sainnhe/tmux-fzf'
84
86
set-option -g @plugin 'tmux-plugins/tmux-yank'
85
87
set-option -g @plugin 'fcsonline/tmux-thumbs'
88
set-option -g @plugin 'tmux-plugins/tmux-sensible'
-set-option -g @plugin 'ofirgall/tmux-window-name' # Must be before tmux-resurrect
89
set-option -g @plugin 'tmux-plugins/tmux-resurrect'
90
set-option -g @plugin 'tmux-plugins/tmux-continuum'
91
set-option -g @plugin 'tmux-plugins/tmux-battery'
0 commit comments