diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
commit | 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch) | |
tree | 93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /Browser/vimb/config.static | |
parent | c021038355b6773ab13dae92327fda50c366395f (diff) | |
download | dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2 dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip |
Organise everything systematically.
Diffstat (limited to 'Browser/vimb/config.static')
-rw-r--r-- | Browser/vimb/config.static | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static new file mode 100644 index 0000000..7c44144 --- /dev/null +++ b/Browser/vimb/config.static @@ -0,0 +1,29 @@ +shortcut-add wiki=https://en.wikipedia.org/w/index.php?search=$0 +shortcut-add gl=https://encrypted.google.com/#q=$0 +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-command=aria2c --seed-time=900 -d Downloads/ %s +set download-use-external=true + +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> + + |