Changed dev layout and removed git layout

This commit is contained in:
Dreaded_X 2014-09-01 00:01:59 +02:00
parent 83ae5e2bdc
commit 1fa5d329c0
4 changed files with 4 additions and 25 deletions

View File

@ -1,3 +1,4 @@
*~ *~
*.swp *.swp
*.swo *.swo
workbench.xmi

View File

@ -18,7 +18,6 @@ set -g visual-activity on
#load tmux setup #load tmux setup
bind D source-file ~/.dotfiles/tmux/dev bind D source-file ~/.dotfiles/tmux/dev
bind G source-file ~/.dotfiles/tmux/git
#add keybind to kill current tmux window #add keybind to kill current tmux window
bind X kill-window bind X kill-window

View File

@ -1,17 +1,7 @@
select-pane -t 0
split-window -h -p 21 -c "$pane_current_path"
select-pane -t 0 select-pane -t 0
split-window -v -p 20 -c "$pane_current_path" split-window -h -p 20
split-window -h -c "$pane_current_path" split-window -v -p 30 -c "bin"
select-pane -t 0 select-pane -t 0
send-keys -t 0 'vim' C-m send-keys -t 0 'vim' C-m
send-keys -t 0 ':NERDTreeToggle' C-m
send-keys -t 1 'cd src' C-m
send-keys -t 1 'clear' C-m
send-keys -t 3 'tmux rename-window "$(basename $PWD)"' C-m
send-keys -t 3 'clear' C-m
send-keys -t 3 'git status' C-m

View File

@ -1,11 +0,0 @@
select-pane -t 0
split-window -h -p 21 -c "$pane_current_patch"
select-pane -t 0
send-keys -t 0 'vim' C-m
send-keys -t 1 'tmux rename-window "$(basename $PWD)"' C-m
send-keys -t 1 'clear' C-m
send-keys -t 1 'git status' C-m