diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-23 02:42:15 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-23 02:44:22 +0100 |
commit | 5678ab2aa5aa72397279314db50f30ae37b55cb4 (patch) | |
tree | f9c4303aaa86d4d4e32234e5d5faf697c3a9e105 /.vimperator | |
parent | 3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a (diff) | |
download | dotfiles-5678ab2aa5aa72397279314db50f30ae37b55cb4.tar.gz dotfiles-5678ab2aa5aa72397279314db50f30ae37b55cb4.tar.bz2 dotfiles-5678ab2aa5aa72397279314db50f30ae37b55cb4.zip |
Vimperator enhancements
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vimperatorrc b/.vimperatorrc index 534e00e..27a001a 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -20,6 +20,10 @@ set complete=slf " FF setting: disable loading via middle-mouse click set! middlemouse.contentLoadURL=false +" better navigation in forums +set previouspattern^=\\b[zZ]urück\\b +set nextpattern^=\\b[wW]eiter\\b + " =========== " MAPPINGS " =========== @@ -34,4 +38,10 @@ map <BS> H noremap <C-o> <C-i> noremap <C-i> <C-o> +" paste +map <A-p> :pastebin + +" map something to allow bookmarking +map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.mendeley.com/min.php/bookmarklet')")<CR> + " vim: ft=vim |