1
0
Fork 0

autopairs toggle hotkey for vim and seamonkey for links in urxvt

This commit is contained in:
Von Random 2015-05-26 17:18:01 +03:00
parent c38610670d
commit 7e5db6eb66
2 changed files with 6 additions and 1 deletions

5
vimrc
View file

@ -55,6 +55,8 @@ nmap <Space> <C-W>
noremap <F1> <Esc>
"clear search highlight
nnoremap <Leader>/ :nohls<CR>
"disable auto indent
nnoremap <Leader>a :set noautoindent<CR>
"make wrapped lines navigation easier
nnoremap j gj
nnoremap k gk
@ -126,6 +128,9 @@ if v:version >= 700
Plugin 'nagios-syntax'
silent! call vundle#end()
" auto-pairs options
let g:AutoPairsShortcutToggle='<Leader>p'
" easymotion options
let g:EasyMotion_do_mapping=0
let g:EasyMotion_smartcase=1