You need to sign in or sign up before continuing.
Commit 46b227d8 authored by Murukesh Mohanan's avatar Murukesh Mohanan

tab switching in normal mode only

parent 5b3d1fab
.VimballRecord .VimballRecord
.netrwhist .netrwhist
doc/* doc/*
bundle/*/doc/tags
AnsiEsc.vim @ d2bb7878
Subproject commit d2bb7878622e4c16203acf1c92a0f4bc7ac58003
LaTeX-Box @ 3c2901e1
Subproject commit 3c2901e12cb78bfb2be58ba4c62a488612550fe1
eregex.vim @ e1692107
Subproject commit e1692107da0b678001127e9cdcacf028f5c246a8
nerdtree @ 0b44415a
Subproject commit 8c7534bc9e1d0c2f18bf94c1440c4ae6b102b5d6 Subproject commit 0b44415a3302030b56755cc1135ca9ca57dc1ada
syntastic @ b8aef009
Subproject commit 8164240f6f0aaed2055dae45fc0e5c6f6ec30b3d Subproject commit b8aef009b15d5790df0bdd71d3cf32381ee4536a
...@@ -53,3 +53,4 @@ IIT ...@@ -53,3 +53,4 @@ IIT
Firefox Firefox
Github Github
URLs URLs
subdomains
...@@ -71,8 +71,8 @@ command! -nargs=? -complete=help H call Help2Url(<f-args>) ...@@ -71,8 +71,8 @@ command! -nargs=? -complete=help H call Help2Url(<f-args>)
noremap ; : noremap ; :
noremap , ; noremap , ;
noremap < :tabp<CR> nnoremap < :tabp<CR>
noremap > :tabn<CR> nnoremap > :tabn<CR>
noremap <leader>, :bp<CR> noremap <leader>, :bp<CR>
noremap <leader>. :bn<CR> noremap <leader>. :bn<CR>
command! C let @/="" 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