update pentadactylrc

This commit is contained in:
Gabriel Ebner 2014-07-16 07:29:20 +02:00
parent 5f7fad3a87
commit b11b7fee43
1 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,15 @@
"1.1
set runtimepath=~/etc/pentadactyl
loadplugins '\.(js|penta)$'
group user
set passkeys+=reader.gebner.org:fr,u,<C-Up>,<C-Down>,<Up>,<Down>
set noerrorbells
set hlfind
qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);}
set passkeys+=reader.gebner.org:u<C-Up><C-Down><Up><Down>,fr
silent qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);}
" vim: set ft=pentadactyl: