feat(tmux): new keymap: switch to notes session

This commit is contained in:
Sergio Laín 2025-06-10 18:43:01 +02:00
parent fcb26c98d6
commit 4fac578b44
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

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