From f7799cb8ebd443edcd82b42ba08a8c92c10f7637 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 6 Jul 2010 19:24:33 +0200 Subject: Updated vimperator settings --- .vimperatorrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to '.vimperatorrc') diff --git a/.vimperatorrc b/.vimperatorrc index 457dd1a..534e00e 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -1,8 +1,37 @@ +" ========== +" SETTINGS +" ========== + +" show URL-Bar in FF set guioptions+=T + +" Open resized popups in a new window set popups=resized + +" Automatically show completions while you are typing. set wildoptions=auto + +" what is completed +" s --> Search engines and keyword URLs +" l --> FF location bar entries +" f --> local files set complete=slf +" FF setting: disable loading via middle-mouse click +set! middlemouse.contentLoadURL=false + +" =========== +" MAPPINGS +" =========== + +" Better print mapping map :ha + +" Backspace for backwards map H + +" switch C-O and C-I s.t. they are more logical +noremap +noremap + " vim: ft=vim -- cgit v1.2.3-54-g00ecf