Open a split window with C-b N to enter notes
This commit is contained in:
parent
b1f817b82d
commit
0c6ddab366
|
@ -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'
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue