Open a split window with C-b N to enter notes

This commit is contained in:
Oliver Davies 2024-12-16 18:26:12 +00:00
parent b1f817b82d
commit 0c6ddab366

View file

@ -75,6 +75,7 @@ in
set-option -g pane-border-style "fg=#1f2335" set-option -g pane-border-style "fg=#1f2335"
bind-key -r f run-shell "tmux new-window tmux-sessionizer" bind-key -r f run-shell "tmux new-window tmux-sessionizer"
bind-key -r N run-shell "tmux split-window -h notes"
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
''; '';