mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-22 02:48:45 -04:00
tmux resurrect
This commit is contained in:
@@ -87,6 +87,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'dracula/tmux'
|
set -g @plugin 'dracula/tmux'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
|
||||||
set -g @dracula-refresh-rate 1
|
set -g @dracula-refresh-rate 1
|
||||||
set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
@@ -94,6 +95,15 @@ set -g @dracula-plugins "git battery time date"
|
|||||||
set -g @dracula-show-location false
|
set -g @dracula-show-location false
|
||||||
set -g @dracula-show-flags true
|
set -g @dracula-show-flags true
|
||||||
set -g @dracula-show-left-icon session
|
set -g @dracula-show-left-icon session
|
||||||
|
|
||||||
|
#show -g default-command for vim
|
||||||
|
set -g @resurrect-strategy-vim 'session'
|
||||||
|
# for neovim
|
||||||
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
|
set -g default-command "reattach-to-user-namespace -l $SHELL"
|
||||||
|
|
||||||
|
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
|
Reference in New Issue
Block a user