diff options
author | Adrian Kummerlaender | 2016-11-11 22:26:04 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-11-11 22:26:04 +0100 |
commit | cf4ea310724f02aa2d494a7cdfdb22870bd15f7a (patch) | |
tree | 52ccbbf27a1939461f22f0f7191ec244cab2b430 /pentadactyl/.pentadactylrc | |
parent | 36dbb259b6af74d4f078a5a717dc70dbcbe502af (diff) | |
download | dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar.gz dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar.bz2 dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar.lz dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar.xz dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.tar.zst dotfiles-cf4ea310724f02aa2d494a7cdfdb22870bd15f7a.zip |
Add custom `rofi_dict` script
Uses `rofi` to provide an easily accessible dictionary prompt backed by `dict`.
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-rw-r--r-- | pentadactyl/.pentadactylrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 243fa25..b9e0943 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -61,7 +61,7 @@ EOF map -builtin -ex <F8> :reader map -builtin -ex <F9> :emenu View.Tabbar -map -builtin -ex <F10> :emenu ScrapBook X.Show in Sidebar +map -builtin -ex <F10> :sidebar Scrapbook X nmap b :emenu ScrapBook X.Save Page<CR> nmap c :cite<CR> |