Use start-tmux script
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-24 16:45:50 +01:00
parent e2d6339ee0
commit 2783c9811d
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@
bind k select-pane -U
bind l select-pane -R
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
bind-key -r f run-shell "tmux new-window start-tmux"
bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/notes/todo.txt"
bind-key -r W split-window -h -c ~/Documents/notes "nvim '+Telescope find_files'"