Commit fd08eeba authored by Murukesh Mohanan's avatar Murukesh Mohanan

updated plugins, added manpage mappings

parent 34fd0860
diffchar.vim @ 7a92d236
Subproject commit 890b3fd9918ee6ce9a8cf930a8eaa9c3b29b7d2e
Subproject commit 7a92d2365ee835205dc56bf2a038eef8869489be
supertab @ 9f7da6d4
Subproject commit 43b98dd2c74977a02473d923c159d4110c94273e
Subproject commit 9f7da6d4988daf863ebc414f221bb12c2614f59e
syntastic @ 1be90771
Subproject commit 47c70b3e1e388d8f9cc7c6d9687efc047df843ac
Subproject commit 1be907716e4940d2387545e3e42b6411c9c58a6c
......@@ -17,3 +17,5 @@ endfunction
autocmd BufEnter $MAN_PN call PrepManPager()
nnoremap q :q!<CR>
nnoremap <Space> <PageDown>
map <expr> <CR> winnr('$') == 1 ? ':vs<CR><C-]>' : '<C-]>'
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