diff options
Diffstat (limited to 'modules/pentadactyl/pentadactylrc.dot.link')
-rw-r--r-- | modules/pentadactyl/pentadactylrc.dot.link | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/pentadactyl/pentadactylrc.dot.link b/modules/pentadactyl/pentadactylrc.dot.link new file mode 100644 index 0000000..7560f55 --- /dev/null +++ b/modules/pentadactyl/pentadactylrc.dot.link @@ -0,0 +1,23 @@ +"1.0 + +" Load plugins +loadplugins '\.(js|penta)$' + +" User defined items +group user + +" Links Saraventos +command! -nargs=* -description='Add to Links Saraventos' link -javascript javascript:x=content.document;a=encodeURIComponent(x.location.href);t=encodeURIComponent(x.title);d=encodeURIComponent(x.getSelection());c=encodeURIComponent(args);commands.execute('tabopen https://links.sarava.org/bookmarks?action=add&address='+a+'&title='+t+'&description='+d+'&tags='+c); + +" Set title and default search +set defsearch=duck +set titlestring=Firefox + +" Show tab numbers +" See https://code.google.com/p/dactyl/issues/detail?id=870 +set go+=n + +" Avoid theme overwriting during syncs +"set! general.skins.selectedSkin=rein + +" vim: set ft=pentadactyl: |