diff options
Diffstat (limited to 'pentadactyl')
-rw-r--r-- | pentadactyl/.pentadactylrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 41fb6ef..ba819a6 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -33,6 +33,8 @@ hi HintElem hi Hint[active] background:#aadb0f;color:#161616; hi HintActive background:#aadb0f; +hi Button color:white; + style -name ublick * #nav-bar * {visibility:visible} command! reader -js <<EOF @@ -53,7 +55,8 @@ var entry = '\\n' dactyl.execute('!echo -e "' + entry.replace('"', '\"') + '" >> ~/note/src/quote/inbox.wiki'); EOF -map -builtin -ex <F9> :reader +map -builtin -ex <F8> :reader +map -builtin -ex <F9> :emenu View.Tabbar map -builtin -ex <F10> :emenu ScrapBook X.Show in Sidebar nmap b :emenu ScrapBook X.Save Page<CR> |