Commit fdad0adf authored by Murukesh Mohanan's avatar Murukesh Mohanan
parents 856bbc30 672cbf39
.VimballRecord
.netrwhist
doc/*
bundle/*/doc/tags
......@@ -38,10 +38,6 @@
path = bundle/airline
url = https://github.com/bling/vim-airline
ignore = dirty
[submodule "bundle/colorschemes"]
path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
......@@ -51,3 +47,6 @@
[submodule "bundle/vimtex"]
path = bundle/vimtex
url = https://github.com/lervag/vimtex
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai.git
AnsiEsc.vim @ d2bb7878
Subproject commit d2bb7878622e4c16203acf1c92a0f4bc7ac58003
LaTeX-Box @ 3c2901e1
Subproject commit 3c2901e12cb78bfb2be58ba4c62a488612550fe1
colorschemes @ 28a989b2
Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe
eregex.vim @ e1692107
Subproject commit e1692107da0b678001127e9cdcacf028f5c246a8
molokai @ db8ce13b
Subproject commit db8ce13b3737d3ddea8368498183d7c204a762eb
nerdtree @ 0b44415a
Subproject commit 8c7534bc9e1d0c2f18bf94c1440c4ae6b102b5d6
Subproject commit 0b44415a3302030b56755cc1135ca9ca57dc1ada
syntastic @ 50d03158
Subproject commit 8164240f6f0aaed2055dae45fc0e5c6f6ec30b3d
Subproject commit 50d0315835047c35a1f6f6edf214e612d6eae3dd
......@@ -54,3 +54,4 @@ Firefox
Github
URLs
Apache2
subdomains
......@@ -72,8 +72,8 @@ command! -nargs=? -complete=help H call Help2Url(<f-args>)
noremap ; :
noremap , ;
noremap < :tabp<CR>
noremap > :tabn<CR>
nnoremap < :tabp<CR>
nnoremap > :tabn<CR>
noremap <leader>, :bp<CR>
noremap <leader>. :bn<CR>
command! C let @/=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment