diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-10-15 21:54:58 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-10-15 21:54:58 +0100 |
commit | 98f375f6ae289e094de568ec09659e97cf2f8807 (patch) | |
tree | 3ba8d2edda6c2cb75d03e08e36e96719ec1b808a /Browser/vimb | |
parent | 187f8852d2b6e28a43c06fb3b9f079ccb0042b4d (diff) | |
download | dotfiles-98f375f6ae289e094de568ec09659e97cf2f8807.tar.gz dotfiles-98f375f6ae289e094de568ec09659e97cf2f8807.tar.bz2 dotfiles-98f375f6ae289e094de568ec09659e97cf2f8807.zip |
delete dynamic config
Diffstat (limited to 'Browser/vimb')
-rw-r--r-- | Browser/vimb/config | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Browser/vimb/config b/Browser/vimb/config deleted file mode 100644 index b6485cf..0000000 --- a/Browser/vimb/config +++ /dev/null @@ -1,45 +0,0 @@ -set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 - -set scripts=false - -set spacial-navigation=true - -shortcut-add wiki=https://en.wikipedia.org/w/index.php?search=$0 -shortcut-add gl=https://encrypted.google.com/search?hl=en&source=hp&biw=&bih=&q=$0&btnG=Google+Search&gbv=1 -shortcut-add dl=https://duckduckgo.com/lite/?q=$0 -shortcut-add map=https://maps.google.com/maps?saddr=$0&daddr=$1 -shortcut-add gh=https://github.com/$0/$1 -shortcut-add arrp=https://www.archlinux.org/packages/?q=$0 -shortcut-add arwk=https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=$0&go=Go -shortcut-add aur=https://aur.archlinux.org/packages/?K=$0 -shortcut-default gl - -set download-path=~/Downloads - -set download-use-external=true -set download-command=/usr/bin/bash -c 'ratpoison -c "echo Starting download" && cd / && aria2c "%s" --referer="$VIMB_URI" --out="$VIMB_FILE" --user-agent="$VIMB_USER_AGENT" --load-cookies="$VIMB_COOKIES" && if [ ${VIMB_FILE: -4} == ".pdf" ]; then mupdf "$VIMB_FILE";else ratpoison -c "echo Complete `basename $VIMB_FILE`";fi' - -set cookie-accept=always -set cookie-expire-time=0 -set cookie-timeout=0 - -nmap s <C-D> -nmap e <C-U> -nmap w :open wiki -nmap W :open arwk -nmap d :open dl -nmap a :open arrp -nmap A :open aur -nmap ( <C-O> -nmap ) <C-N> -nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR> - - -set status-color-bg=#000920 -set status-color-fg=#4cb8c8 -set status-ssl-color-bg=#000920 -set status-ssl-color-fg=#4cb8c8 -set completion-bg-active=#000920 -set completion-bg-normal=#000920 -set completion-fg-active=#79a092 -set completion-fg-normal=#4cb8c8 |