aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-26 23:23:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-26 23:23:12 -0200
commit05fef50ab3c71c085c26a1316457f6580cdb1379 (patch)
tree271d0b8892cb73671fa09974cb2c55ebb16d2e5a
parentef67db276d671e16298313fca217377238461121 (diff)
downloadmetadot-05fef50ab3c71c085c26a1316457f6580cdb1379.tar.gz
metadot-05fef50ab3c71c085c26a1316457f6580cdb1379.tar.bz2
Pentadactyl alias to open the homepage
-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: