Don't load Telescope by default

Sometimes I want to use Harpoon files or a different Telescope picker.
This commit is contained in:
Oliver Davies 2024-01-07 22:00:27 +00:00
parent 0fefc2428c
commit e8d3e1b5a2

2
.tmux
View file

@ -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}"