From 1176535475da664fde7ca49dace83d1f55d51e93 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 11 Sep 2025 01:48:51 +0200 Subject: [PATCH] tmux: Use sesh for tmux session management The zsh tmux plugin has been removed and instead fzf is shown to select a session. --- tmux/dot-tmux.conf | 2 ++ zsh/dot-local/bin/sesh-select | 17 +++++++++++++++++ zsh/dot-zshrc | 17 ++++++++++++----- 3 files changed, 31 insertions(+), 5 deletions(-) create mode 100755 zsh/dot-local/bin/sesh-select diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 6776c57..5c456ae 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -73,3 +73,5 @@ bind-key -n M-7 select-window -t 7 bind-key -n M-8 select-window -t 8 bind-key -n M-9 select-window -t 9 bind-key -n M-0 select-window -t 10 + +bind-key "a" run-shell "sesh-select" diff --git a/zsh/dot-local/bin/sesh-select b/zsh/dot-local/bin/sesh-select new file mode 100755 index 0000000..94f0696 --- /dev/null +++ b/zsh/dot-local/bin/sesh-select @@ -0,0 +1,17 @@ +#!/usr/bin/env zsh + +exec