some tmux changes
- open new pane in current directory - add info, when config is reloaded - set terminal title
This commit is contained in:
5
.tmux/newpanes
Executable file
5
.tmux/newpanes
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
TMUX_CURRENT_DIR=`pwd`
|
||||
tmux split-window $1
|
||||
tmux send-keys "cd $TMUX_CURRENT_DIR;clear" C-m
|
||||
Reference in New Issue
Block a user