Open TODO.md if it exists in the current directory

This commit is contained in:
Oliver Davies 2025-03-26 00:00:00 +00:00
parent 81be534d4f
commit 5e39cccd34

View file

@ -82,8 +82,8 @@ in
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/wiki/todo.txt"
bind-key -r N split-window -h "notes"
bind-key -r T split-window -h -c ~/Documents/wiki "nvim todo.txt"
bind-key -r W split-window -h -c ~/Documents/wiki "nvim '+Telescope find_files'"
'';