diff options
-rw-r--r-- | modules/pentadactyl/pentadactylrc.dot.link | 3 |
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: |