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

View file

@ -30,7 +30,7 @@ URxvt.iconFile: /usr/share/icons/Faenza/apps/scalable/utilities-terminal
! urxvt perl extensions ! urxvt perl extensions
URxvt.perl-ext-common: default,matcher,clipboard URxvt.perl-ext-common: default,matcher,clipboard
URxvt.url-launcher: /usr/bin/chromium URxvt.url-launcher: /usr/bin/seamonkey
URxvt.matcher.button: 3 URxvt.matcher.button: 3
URxvt.keysym.C-C: perl:clipboard:copy URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste URxvt.keysym.C-V: perl:clipboard:paste