Don't load Telescope by default
Sometimes I want to use Harpoon files or a different Telescope picker.
This commit is contained in:
parent
0fefc2428c
commit
e8d3e1b5a2
2
.tmux
2
.tmux
|
@ -14,7 +14,7 @@ fi
|
|||
tmux new-session -d -s "${session_name}" -n vim -c "${session_path}"
|
||||
|
||||
# 1. Main window: Vim
|
||||
tmux send-keys -t "${session_name}:vim" "nvim +GoToFile" Enter
|
||||
tmux send-keys -t "${session_name}:vim" "nvim" Enter
|
||||
|
||||
# 2. General shell use.
|
||||
tmux new-window -t "${session_name}" -c "${session_path}"
|
||||
|
|
Loading…
Reference in a new issue