Loading .gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = git://github.com/tpope/vim-fugitive.git [submodule ".vim/bundle/vim-dispatch"] path = .vim/bundle/vim-dispatch url = git://github.com/tpope/vim-dispatch.git [submodule "/home/dom/.vim/bundle/vim-ctrlspace"] path = .vim/bundle/vim-ctrlspace url = https://github.com/vim-ctrlspace/vim-ctrlspace.git vim-dispatch @ 5f5c22c9 Original line number Diff line number Diff line Subproject commit 5f5c22c9ed48ee64fc5f02ac3acd543b97732fe8 .vimrc +7 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ set fo-=t " Exec project-local RC files set exrc " === COMPILING === nnoremap <F1> :Dispatch<CR> " === WINDOWS & BUFFERS === " Split controls set splitbelow set splitright Loading Loading
.gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = git://github.com/tpope/vim-fugitive.git [submodule ".vim/bundle/vim-dispatch"] path = .vim/bundle/vim-dispatch url = git://github.com/tpope/vim-dispatch.git [submodule "/home/dom/.vim/bundle/vim-ctrlspace"] path = .vim/bundle/vim-ctrlspace url = https://github.com/vim-ctrlspace/vim-ctrlspace.git
vim-dispatch @ 5f5c22c9 Original line number Diff line number Diff line Subproject commit 5f5c22c9ed48ee64fc5f02ac3acd543b97732fe8
.vimrc +7 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ set fo-=t " Exec project-local RC files set exrc " === COMPILING === nnoremap <F1> :Dispatch<CR> " === WINDOWS & BUFFERS === " Split controls set splitbelow set splitright Loading