diff options
author | Adrian Kummerlaender | 2016-10-13 11:59:27 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-13 11:59:27 +0200 |
commit | d7ca7ad3922137f4071ae070185ee094b05f98b0 (patch) | |
tree | b4054f6739ec621840b7286b901b9085289c6eeb /pentadactyl/.pentadactylrc | |
parent | e605a3f6c15488118ec63d4753b51a1df6a11323 (diff) | |
download | dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar.gz dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar.bz2 dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar.lz dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar.xz dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.tar.zst dotfiles-d7ca7ad3922137f4071ae070185ee094b05f98b0.zip |
Make Firefox's TreeStyleTabs toggleable
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-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> |