From 3689d44f516a0f4b646da9268f33ffa54d4bbaea Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 4 Feb 2013 12:34:16 -0200 Subject: Adding pentadactyl rc --- modules/pentadactyl/pentadactylrc.dot.link | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/pentadactyl/pentadactylrc.dot.link (limited to 'modules/pentadactyl/pentadactylrc.dot.link') 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: -- cgit v1.2.3