From 4fac578b44e8cb839661d14aa2d346c8bdbfde20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Jun 2025 18:43:01 +0200 Subject: [PATCH] feat(tmux): new keymap: switch to notes session --- .config/tmux/conf/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 84c5ca5c..d94302b0 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -60,3 +60,6 @@ bind -r ">" swap-window -d -t +1 # Projects bind-key Enter popup -E -h 80% -w 80% "dev" + +# Notes Session +bind-key n run "tmux switch-client -t 'notes-tasks'"