dotfiles/.tmux-sessionizer
Oliver Davies 09663f6b90 Add .tmux-sessionizer
Open nvim with `:Telescope git_files` when starting the session.
2025-01-19 21:50:44 +00:00

6 lines
76 B
Bash
Executable file

#!/usr/bin/env bash
tmux new-window -dn shell
nvim "+Telescope git_files"