diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 22:16:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 22:16:30 -0200 |
commit | ef67db276d671e16298313fca217377238461121 (patch) | |
tree | dfbff6c7e3fc8ef2fee8a707e969432643ac9bd3 | |
parent | 00e39b8d5546b880ef8a586778ea1261c1916c2b (diff) | |
download | dotfiles-ef67db276d671e16298313fca217377238461121.tar.gz dotfiles-ef67db276d671e16298313fca217377238461121.tar.bz2 |
Pentadactyl alias to open a new tab
-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: |