aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-04-13 15:01:38 -0500
committerToby Vincent <tobyv13@gmail.com>2022-04-13 15:01:38 -0500
commit5e45ccbb58a1a1f1a2b025de2192ec0efe2f69b3 (patch)
treee699fc44bf9f9f7fa1bf332c64bb7ab3ceb36c34 /tmux/.config
parent5f8553132579520c33ec940cb8e56c752c58e272 (diff)
feat: add tmux-sessions
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 204382e..def47ff 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -6,6 +6,7 @@ set -g detach-on-destroy off
set -g prefix C-a
bind-key f run-shell ~/.local/bin/tmux-sessionizer
+bind-key F run-shell ~/.local/bin/tmux-sessions
bind-key e new-window -Sn nvim nvim
set -g @plugin 'tmux-plugins/tpm'
@@ -15,6 +16,7 @@ set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
+set -g @resrrect-dir "$XDG_DATA_DIR/tmux/resurrect"
set -g @resurrect-strategy-nvim 'session'
if "test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm" \