diff --git a/.bin/tmux-projectinator b/.bin/tmux-projectinator index 3ce9888..5a801a1 100755 --- a/.bin/tmux-projectinator +++ b/.bin/tmux-projectinator @@ -23,6 +23,8 @@ spinner() { } open_local () { + # To avoid using pre-entered string in current buffer + tmux send-keys C-c tmux send-keys "cd $PROJECT_PATH" Enter # Close tmux popup if any