diff options
Diffstat (limited to '')
-rw-r--r-- | pentadactyl/.pentadactylrc | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc deleted file mode 100644 index 515f69d..0000000 --- a/pentadactyl/.pentadactylrc +++ /dev/null @@ -1,76 +0,0 @@ -"hg7166 - -loadplugins '\.(js|penta)$' -group user -set cdpath='' - -colorscheme solarized-dark - -"" scroll more -nmap -builtin j 5j -nmap -builtin k 5k -nmap -builtin h 5h -nmap -builtin l 5l - -"" w/e switch tabs -nmap -builtin K <C-p> -nmap -builtin J <C-n> - -"" U list closed tabs -nmap -builtin U :undo<Space> - -"" viewsource in new tab -nmap -builtin gf :tab viewsource<CR> - -"" use d and u for up and down -nmap -builtin d <C-d> -nmap -builtin u <C-u> - -"" use x and X for close and undo -nmap -builtin x d -nmap -builtin X u - -"" swap y/Y -nmap -builtin y Y -nmap -builtin Y y - -"" swap p/P -nmap -builtin p P -nmap -builtin P p - -"" private mode -nmap -builtin ,pp <C-S-p> - -"" toggle pinned state -nmap -builtin ,pi :pin!<CR> - -"" open addons manager -nmap -builtin ,a :dialog addons<CR> - -"" downloads -nmap -builtin ,d :downloads<CR> - -"" fullscreen -nmap -builtin ,F :set fullscreen!<CR> - -"" about:config -nmap -builtin ,C :tabopen about:config<CR> - -"" semicolon -nmap -builtin ; : -nmap -builtin : ; - -"" duckduckgo -set defsearch=duckduckgo - -"" passthrough keys -set passkeys+=reddit.com:jkifpaz<CR> -set passkeys+=youtube.com:jklm - -"" show toolbar -set go+=T - -"" hide tabline -set showtabline=never - -" vim: set ft=pentadactyl: |