diff --git a/gitignore b/gitignore index d772925..3e7806b 100644 --- a/gitignore +++ b/gitignore @@ -1,3 +1,4 @@ *~ *.swp *.swo +workbench.xmi diff --git a/tmux.conf b/tmux.conf index b65b9c1..6550fba 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,7 +18,6 @@ set -g visual-activity on #load tmux setup bind D source-file ~/.dotfiles/tmux/dev -bind G source-file ~/.dotfiles/tmux/git #add keybind to kill current tmux window bind X kill-window diff --git a/tmux/dev b/tmux/dev index 5ee8eea..7fd58c4 100644 --- a/tmux/dev +++ b/tmux/dev @@ -1,17 +1,7 @@ -select-pane -t 0 -split-window -h -p 21 -c "$pane_current_path" - select-pane -t 0 -split-window -v -p 20 -c "$pane_current_path" -split-window -h -c "$pane_current_path" - +split-window -h -p 20 +split-window -v -p 30 -c "bin" select-pane -t 0 send-keys -t 0 'vim' 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 +send-keys -t 0 ':NERDTreeToggle' C-m diff --git a/tmux/git b/tmux/git deleted file mode 100644 index db48085..0000000 --- a/tmux/git +++ /dev/null @@ -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 - -