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'"