Add .tmux-sessionizer

Open nvim with `:Telescope git_files` when starting the session.
This commit is contained in:
Oliver Davies 2025-01-19 16:08:36 +00:00
parent a7430169e9
commit 09663f6b90

5
.tmux-sessionizer Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
tmux new-window -dn shell
nvim "+Telescope git_files"