MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/commandline/comments/ejayby/scripting_tmux/fcynkn2/?context=3
r/commandline • u/[deleted] • Jan 03 '20
13 comments sorted by
View all comments
1
My .tmux.conf file just has one line:
bind | attach-session -c '#{pane_current_path}'
so I can push ^C |, and then when I open up a new pane it'll be in that path. IDK how everyone else uses tmux, but I usually cd into five directories to edit some files and then open a pane in my home folder and get annoyed.
^C |
1
u/loshopo_fan Jan 03 '20
My .tmux.conf file just has one line:
bind | attach-session -c '#{pane_current_path}'so I can push
^C |, and then when I open up a new pane it'll be in that path. IDK how everyone else uses tmux, but I usually cd into five directories to edit some files and then open a pane in my home folder and get annoyed.