dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c24623bd18648b0b10506c69a93b04bb9188699f
parent 546cfd18f48b687067da6b69fbf53b976195ed5a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  3 Oct 2013 20:49:50 +0200

updated vimperatorrc

Diffstat:
M.vimperatorrc | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.vimperatorrc b/.vimperatorrc @@ -1,6 +1,8 @@ """ VIMPERATOR Firefox plugin configuration " see https://github.com/mashiro/dot-files/blob/master/.vimperatorrc +highlight Bell display: none; + """ What characters to use for labeling hints (f) " Numbers only "set hintchars=0123456789 @@ -14,17 +16,21 @@ set hintchars=hjklasdfgyuiopqwertnmzxcvb set defsearch=startpage """ General options +set complete=slS +set newtab=all set popups=tab set nohlsearch set ignorecase set incsearch set smartcase +set focuscontent +set visualbell set toolbars=noaddons,nobookmarks,nomenu,nonavigation,tabs """ about:config -set! general.autoScroll=false -set! browser.tabs.closeButtons=2 -set! mousewheel.withnokey.numlines=6 +"set! general.autoScroll=false +"set! browser.tabs.closeButtons=2 +"set! mousewheel.withnokey.numlines=6 """ Scrolling nnoremap j 3j