X-Git-Url: https://git.wincent.com/docvim.git/blobdiff_plain/84e0fb288290f643eee6ff5f7fa6fed6eef00a69..69f350afb6c4083f5403cd6bba40ba2a2ed27104:/.tmux diff --git a/.tmux b/.tmux index 0dbbb52..fdc7ee5 100755 --- a/.tmux +++ b/.tmux @@ -14,19 +14,19 @@ tmux send-keys -t docvim:vim "vim -c CommandT" Enter # 2. REPL. tmux new-window -t docvim -n repl -tmux send-keys -t docvim:repl "stack repl" Enter +tmux send-keys -t docvim:repl bin/repl Enter # 3. Build tmux new-window -t docvim -n build -tmux send-keys -t docvim:build "stack build --file-watch" Enter +tmux send-keys -t docvim:build bin/build Enter # 4. General shell use. tmux new-window -t docvim # 5. vim-docvim plugin -tmux new-window -t docvim -c "$HOME/.vim/bundle/vim-docvim" -n vim-docvim +tmux new-window -t docvim -c "$HOME/.vim/pack/bundle/start/vim-docvim" -n vim-docvim tmux send-keys -t docvim:vim-docvim "vim -c CommandT" Enter -tmux split-window -t docvim:vim-docvim -h -c "$HOME/.vim/bundle/vim-docvim" +tmux split-window -t docvim:vim-docvim -h -c "$HOME/.vim/pack/bundle/start/vim-docvim" tmux send-keys -t docvim:vim-docvim.right "git status" Enter tmux attach -t docvim:vim