Fixing annoying binding which was causing Ctrl-J window jumping from

working.
This commit is contained in:
Alex Yatskov 2016-03-15 11:13:59 -07:00
parent ed0ea8897b
commit 1e78773393

View File

@ -53,6 +53,9 @@ auto FileType go nmap <Leader>t <Plug>(go-test)
" vim-fswitch
noremap <silent> <Leader>fs :FSHere<Cr>
" vim-latex
nnoremap <C-i> <Plug>IMAP_JumpForward
" open-browser.vim
nmap <Leader>o <Plug>(openbrowser-smart-search)
vmap <Leader>o <Plug>(openbrowser-smart-search)