aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-26 22:16:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-26 22:16:30 -0200
commitef67db276d671e16298313fca217377238461121 (patch)
treedfbff6c7e3fc8ef2fee8a707e969432643ac9bd3
parent00e39b8d5546b880ef8a586778ea1261c1916c2b (diff)
downloadmetadot-ef67db276d671e16298313fca217377238461121.tar.gz
metadot-ef67db276d671e16298313fca217377238461121.tar.bz2
Pentadactyl alias to open a new tab
-rw-r--r--modules/pentadactyl/pentadactylrc.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/pentadactyl/pentadactylrc.dot.link b/modules/pentadactyl/pentadactylrc.dot.link
index d75f094..5cb3107 100644
--- a/modules/pentadactyl/pentadactylrc.dot.link
+++ b/modules/pentadactyl/pentadactylrc.dot.link
@@ -21,4 +21,7 @@ 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
+map e :tabopen about:newtab <CR>
+
" vim: set ft=pentadactyl: