aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-11-27 15:47:32 +0100
committerAdrian Kummerlaender2016-11-27 15:47:32 +0100
commit07a56687379cc1d629a52e695109bf7e252ad23e (patch)
tree3a04fbfad886517af3e0169a7cd871175ee644a6
parent2297ffbff4dc0626d717adb50cd306908e99f332 (diff)
downloaddotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar.gz
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar.bz2
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar.lz
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar.xz
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.tar.zst
dotfiles-07a56687379cc1d629a52e695109bf7e252ad23e.zip
Remove unneeded style fix and citation functionality
-rw-r--r--pentadactyl/.pentadactylrc13
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>