aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/tmux/tmux.conf')
-rw-r--r--home/.config/tmux/tmux.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/home/.config/tmux/tmux.conf b/home/.config/tmux/tmux.conf
index 2094d46..41f2b47 100644
--- a/home/.config/tmux/tmux.conf
+++ b/home/.config/tmux/tmux.conf
@@ -6,7 +6,6 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
-set -g @plugin 'tmux-plugins/tmux-resurrect'
unbind C-b
set -g prefix `
@@ -62,18 +61,6 @@ set -sg escape-time 0
set -g focus-events on
-set -g @resurrect-dir '$HOME/.local/share/tmux/resurrect'
-# 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 @resurrect-save-shell-history 'off'
-
-set -g @resurrect-processes 'ssh aerc spt newsboat btop gomuks "python /usr/bin/ikhal"'
-
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux/plugins'
if "test ! -d ~/.local/share/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.local/share/tmux/plugins/tpm && ~/.local/share/tmux/plugins/tpm/bin/install_plugins'"