Commit 3e1ac5b6 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Merge branch 'master' of https://git.cse.iitb.ac.in/murukesh/vimrc into HEAD

parents 82f6fb57 fd08eeba
......@@ -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