From 85ce9fe4fe28647e8bee5ef01554dabd23b32327 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 14 May 2015 21:40:57 +0200 Subject: Remove pentadactylrc --- pentadactyl/pentadactylrc | 66 ----------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 pentadactyl/pentadactylrc (limited to 'pentadactyl/pentadactylrc') diff --git a/pentadactyl/pentadactylrc b/pentadactyl/pentadactylrc deleted file mode 100644 index e2bad71..0000000 --- a/pentadactyl/pentadactylrc +++ /dev/null @@ -1,66 +0,0 @@ -" ~/.pentadactylrc - -set runtimepath=~/.config/pentadactyl - -loadplugins '\.(js|penta)$' -group user -highlight FontFixed font-family: monospace !important; font: 12px "Source Code Pro" !important; -map -modes=n -silent C -javascript commands.execute('!(mpv "' - \ + content.location.href.replace(/([$`"\\])/g, "\\$1") - \ + '") &'); -set defsearch=duckduckgoog - - -" ui -source ~/.config/pentadactyl/chrome.css -set guioptions=Csn -set hlfind - -" Speed up scrolling -nmap -b h 5h -nmap -b j 5j -nmap -b k 5k -nmap -b l 5l - -" Tab control -nmap -e :tabprev -nmap -e :tabnext -nmap -e :tabmove -1 -nmap -e :tabmove +1 - -" Toggle bookmark toolbar -nmap -e :toolbartoggle Bookmarks Toolbar - -" Easily show downloads -nmap -e :downloads - -" Stop and doing whatever it does -nmap -nmap - -nmap - -" Open the current URL as an argument to yt-dl -nmap -e :launchv - -" Same above but with quvi -nmap -e :launchvq - -" Use vim instead of gvim for now -set editor='termite -e "vim + "' - -" Hide the status bar when using fullscreen -au fullscreen on set go-=s -au fullscreen off set go+=s - -" Change some default about:configs -set! noscript.keys.tempAllowPage="alt z" -set! noscript.keys.revokeTemp="alt c" -"set! noscript.notify=false -set! plugins.click_to_play=true -set! plugin.default.state=1 - -" Require websites preform safe ssl negotiation -set! security.ssl.treat_unsafe_negotiation_as_broken=true - -" vim: ft=pentadactyl -- cgit v1.2.3-54-g00ecf