aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/pentadactyl/pentadactylrc.dot.link3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pentadactyl/pentadactylrc.dot.link b/modules/pentadactyl/pentadactylrc.dot.link
index 5cb3107..e20df95 100644
--- a/modules/pentadactyl/pentadactylrc.dot.link
+++ b/modules/pentadactyl/pentadactylrc.dot.link
@@ -21,7 +21,8 @@ set go+=n
" Thanks to https://github.com/laurentb/public-dotfiles/blob/master/desktop/.pentadactyl/main.penta
command yt :yank :echo document.title.replace(/ - Firefox$/, '');
-" Open a new tab
+" Open a new tab or the homepage
map e :tabopen about:newtab <CR>
+map h gH
" vim: set ft=pentadactyl: