【发布时间】:2014-03-31 16:01:59
【问题描述】:
通常在工作流中,您在一个目录中工作,然后需要创建第二个终端或会话到同一目录。
TAB 1
#~/home
cd really
#~/home/really
cd long
#~/home/really/long
cd filepath
#~/home/really/long/filepath
node filepath
#session now occupied
#new TAB
#CTR + T
#~/home
#I want to be in the same filepath
是否有设置可以执行此操作?
【问题讨论】: