From 7e5db6eb66ea4620945a25d898259d6c43dfaf96 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 26 May 2015 17:18:01 +0300 Subject: [PATCH] autopairs toggle hotkey for vim and seamonkey for links in urxvt --- vimrc | 5 +++++ xresources | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1b254cd..ba3829d 100644 --- a/vimrc +++ b/vimrc @@ -55,6 +55,8 @@ nmap noremap "clear search highlight nnoremap / :nohls +"disable auto indent +nnoremap a :set noautoindent "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='p' + " easymotion options let g:EasyMotion_do_mapping=0 let g:EasyMotion_smartcase=1 diff --git a/xresources b/xresources index 70455f2..cec0b67 100644 --- a/xresources +++ b/xresources @@ -30,7 +30,7 @@ URxvt.iconFile: /usr/share/icons/Faenza/apps/scalable/utilities-terminal ! urxvt perl extensions URxvt.perl-ext-common: default,matcher,clipboard -URxvt.url-launcher: /usr/bin/chromium +URxvt.url-launcher: /usr/bin/seamonkey URxvt.matcher.button: 3 URxvt.keysym.C-C: perl:clipboard:copy URxvt.keysym.C-V: perl:clipboard:paste