diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 12:34:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 12:34:16 -0200 |
commit | 3689d44f516a0f4b646da9268f33ffa54d4bbaea (patch) | |
tree | 2ca602001811b188eb35287bc242be6531638264 /modules/pentadactyl/pentadactylrc.dot.link | |
parent | e18dade713f0fc8494385f5a54f8a8fcfc0a73dd (diff) | |
download | dotfiles-3689d44f516a0f4b646da9268f33ffa54d4bbaea.tar.gz dotfiles-3689d44f516a0f4b646da9268f33ffa54d4bbaea.tar.bz2 |
Adding pentadactyl rc
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: |