Add .tmux-sessionizer
Open nvim with `:Telescope git_files` when starting the session.
This commit is contained in:
parent
a7430169e9
commit
09663f6b90
5
.tmux-sessionizer
Executable file
5
.tmux-sessionizer
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
tmux new-window -dn shell
|
||||||
|
|
||||||
|
nvim "+Telescope git_files"
|
Loading…
Reference in a new issue