From fe295226c97d16efa10ee81403852bcca56849da Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 27 Oct 2016 22:46:10 +0200 Subject: pentadactyl: Add `explore` command for opening random archive entry --- pentadactyl/.pentadactylrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index ba819a6..243fa25 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -55,9 +55,14 @@ var entry = '\\n' dactyl.execute('!echo -e "' + entry.replace('"', '\"') + '" >> ~/note/src/quote/inbox.wiki'); EOF +command! explore -js < :reader map -builtin -ex :emenu View.Tabbar map -builtin -ex :emenu ScrapBook X.Show in Sidebar nmap b :emenu ScrapBook X.Save Page nmap c :cite +nmap e :explore -- cgit v1.2.3