From fd11f9966b5f4b0eacdb1729ffde603bd53a5061 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 25 Oct 2024 13:03:53 +0300 Subject: [PATCH] chore(config): tmux-sessionizer bindings --- config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index dcef663..bd9cea4 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -32,6 +32,11 @@ bind r source-file ~/.dotfiles/config/tmux/tmux.conf \; display "tmux cfg reload bind -r '(' switch-client -p\; refresh-client -S bind -r ')' switch-client -n\; refresh-client -S +# tms, https://github.com/jrmoulton/tmux-sessionizer +bind C-h display-popup -E "tms" +bind C-j display-popup -E "tms switch" +bind C-k display-popup -E "tms windows" + # Open a new window with + N bind N new-window