diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 23:13:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 23:13:39 -0200 |
commit | d039ef202d01ae22738791e6775977ae1e7c7a71 (patch) | |
tree | 69956fa42919560c3417f81f09f3ea43485c3f93 | |
parent | 9f111902358c6693f698ac28780dca3a1013627b (diff) | |
download | dotfiles-d039ef202d01ae22738791e6775977ae1e7c7a71.tar.gz dotfiles-d039ef202d01ae22738791e6775977ae1e7c7a71.tar.bz2 |
Yank title command for pentadactyl (2)
-rw-r--r-- | modules/pentadactyl/pentadactylrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pentadactyl/pentadactylrc.dot.link b/modules/pentadactyl/pentadactylrc.dot.link index fbdf771..d75f094 100644 --- a/modules/pentadactyl/pentadactylrc.dot.link +++ b/modules/pentadactyl/pentadactylrc.dot.link @@ -19,6 +19,6 @@ set go+=n " Copy page title " Thanks to https://github.com/laurentb/public-dotfiles/blob/master/desktop/.pentadactyl/main.penta -command yt :yank :echo document.title.replace(/ - Pentadactyl$/, ''); +command yt :yank :echo document.title.replace(/ - Firefox$/, ''); " vim: set ft=pentadactyl: |