Removed . in front of file names
This commit is contained in:
18
tmux/dev
Normal file
18
tmux/dev
Normal file
@@ -0,0 +1,18 @@
|
||||
select-pane -t 0
|
||||
split-window -h -p 20 -c "$pane_current_path"
|
||||
|
||||
select-pane -t 0
|
||||
split-window -v -p 20 -c "$pane_current_path"
|
||||
split-window -h -c "$pane_current_path"
|
||||
|
||||
select-pane -t 0
|
||||
|
||||
send-keys -t 0 'cd src' C-m
|
||||
send-keys -t 0 'nano -F' C-m
|
||||
|
||||
send-keys -t 1 'cd src' C-m
|
||||
send-keys -t 1 'clear' C-m
|
||||
|
||||
send-keys -t 3 'tmux rename-window "Dev: $(basename $PWD)"' C-m
|
||||
send-keys -t 3 'clear' C-m
|
||||
send-keys -t 3 'git status' C-m
|
||||
Reference in New Issue
Block a user