aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-27 15:38:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-27 15:38:15 -0300
commit3f474de6460c7fef20f6d9e41f6bcd80f6f682e1 (patch)
treeb6e35ebba037efe07666acdd2132760f82d19f9a
parent541f0bd2194c40b5f1493c4f92620a6c94a4db2c (diff)
downloadpentadactyl-3f474de6460c7fef20f6d9e41f6bcd80f6f682e1.tar.gz
pentadactyl-3f474de6460c7fef20f6d9e41f6bcd80f6f682e1.tar.bz2
Bookmarks and URL shortcuts
-rw-r--r--pentadactylrc.dot.link11
1 files changed, 11 insertions, 0 deletions
diff --git a/pentadactylrc.dot.link b/pentadactylrc.dot.link
index e20df95..210c7d7 100644
--- a/pentadactylrc.dot.link
+++ b/pentadactylrc.dot.link
@@ -25,4 +25,15 @@ command yt :yank :echo document.title.replace(/ - Firefox$/, '');
map e :tabopen about:newtab <CR>
map h gH
+" Bookmark all tabs
+command bmark-all :emenu Menu.Bookmarks.Bookmark All Tabs…
+
+" Send Tab URLs shortcut
+" https://addons.mozilla.org/en-US/firefox/addon/send-tab-urls/
+command send-tabs :emenu Menu.File.Send Tab URLs...
+
+" Copy URLs shortcut
+" https://addons.mozilla.org/en-US/firefox/addon/copyurls/
+command copy-urls :emenu Menu.Edit.Copy Urls Expert.Tabs In This Window
+
" vim: set ft=pentadactyl: