From 5a272fc41db0892f7888b59bfd92734a36678051 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 5 Mar 2021 22:51:14 +0100 Subject: Cleanup --- .vimperatorrc | 66 ----------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 .vimperatorrc (limited to '.vimperatorrc') diff --git a/.vimperatorrc b/.vimperatorrc deleted file mode 100644 index 4ce9949..0000000 --- a/.vimperatorrc +++ /dev/null @@ -1,66 +0,0 @@ -" ========== -" SETTINGS -" ========== - -" show URL-Bar in FF -"set guioptions+=T -set toolbars=none,navigation,tabs - -" 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 - -" FF setting: disable highlighting of the domain name -set! browser.urlbar.formatting.enabled=false - -" FF setting: do not close window when closing the last tab -set! browser.tabs.closeWindowWithLastTab=false - -" better navigation in forums -set previouspattern^=\\b[zZ]urück\\b -set nextpattern^=\\b[wW]eiter\\b - -" open addons and help in new tab by default -set newtab=addons,help - -let mapleader="," - -" =========== -" 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 - -" paste -map :pastebin - -" TUM eAccess -map e :js liberator.open("javascript:void(location.href='https://eaccess.ub.tum.de:2443/login?url='+location.href)") - -" 'tabgroup' is way too long -cabbrev tg tabgroups - -" two tabgroups: 'default' and 'news' -map n :tabgroups 1switch -map N :tabgroups pushtab! news - -" vim: ft=vim -- cgit v1.2.3-70-g09d2