aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: