fix(tmux-projectinator): Clear current buffer before CDing
This commit is contained in:
parent
4f743cbe34
commit
b33bc5a778
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user