diff options
Diffstat (limited to 'pentadactyl')
-rw-r--r-- | pentadactyl/.pentadactylrc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 23bd183..d0df863 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -35,8 +35,6 @@ hi HintActive hi Button color:white; -style -name ublick * #nav-bar * {visibility:visible} - command! reader -js <<EOF if ( buffer.URL.spec.startsWith('about:reader?') ) { dactyl.execute('back') @@ -45,16 +43,6 @@ if ( buffer.URL.spec.startsWith('about:reader?') ) { } EOF -command! cite -js <<EOF -var entry = '\\n' - + ' [...] ' + content.getSelection().toString().replace('\n', '\n ') + ' [...]\\n' - + ' <br/>\<br/>\\n' - + ' ― ' + buffer.URL - + '\\n'; - -dactyl.execute('!echo -e "' + entry.replace('"', '\"') + '" >> ~/note/src/quote/inbox.wiki'); -EOF - command! explore -js <<EOF dactyl.execute('!random-bookmark'); EOF @@ -65,5 +53,4 @@ map -builtin -ex <F10> :sidebar Scrapbook X nmap a :emenu ScrapBook X.Save Page<CR> nmap b :emenu ScrapBook X.Save As Bookmark...<CR> -nmap c :cite<CR> nmap e :explore<CR> |