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
1 changed files with 1 additions and 1 deletions
2
.tmux
2
.tmux
|
@ -14,7 +14,7 @@ fi
|
||||||
tmux new-session -d -s "${session_name}" -n vim -c "${session_path}"
|
tmux new-session -d -s "${session_name}" -n vim -c "${session_path}"
|
||||||
|
|
||||||
# 1. Main window: Vim
|
# 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.
|
# 2. General shell use.
|
||||||
tmux new-window -t "${session_name}" -c "${session_path}"
|
tmux new-window -t "${session_name}" -c "${session_path}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue