diff options
| author | Scott Pinkelman | 2016-05-12 10:44:34 -0400 |
|---|---|---|
| committer | Scott Pinkelman | 2016-05-12 10:44:34 -0400 |
| commit | e393159c54d2c09bd228aa1c9d03d1c8e0231091 (patch) | |
| tree | bed294a0056e5baffa5c2e0b840342504f8ab57e | |
| parent | a1c00c38abee530f84572c36c7422e4ee793316b (diff) | |
| download | vimium-e393159c54d2c09bd228aa1c9d03d1c8e0231091.tar.bz2 | |
Adds single left/right angle quotation marks to next/previous patterns
| -rw-r--r-- | CREDITS | 1 | ||||
| -rw-r--r-- | lib/settings.coffee | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -45,5 +45,6 @@ Contributors: Utkarsh Upadhyay <musically.ut@gmail.com) (github: musically-ut) Michael Salihi <admin@prestance-informatique.fr> (github: PrestanceDesign) Dahan Gong <gdh1995@qq.com> (github: gdh1995) + Scott Pinkelman <scott@scottpinkelman.com> (github: sco-tt) Feel free to add real names in addition to GitHub usernames. diff --git a/lib/settings.coffee b/lib/settings.coffee index 70dc1147..92871ee2 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -144,10 +144,10 @@ Settings = # "first/last page", so we put the single bracket first in the pattern string so that it gets searched # for first. - # "\bprev\b,\bprevious\b,\bback\b,<,←,«,≪,<<" - previousPatterns: "prev,previous,back,older,<,\u2190,\xab,\u226a,<<" - # "\bnext\b,\bmore\b,>,→,»,≫,>>" - nextPatterns: "next,more,newer,>,\u2192,\xbb,\u226b,>>" + # "\bprev\b,\bprevious\b,\bback\b,<,‹,←,«,≪,<<" + previousPatterns: "prev,previous,back,older,<,\u2039,\u2190,\xab,\u226a,<<" + # "\bnext\b,\bmore\b,>,›,→,»,≫,>>" + nextPatterns: "next,more,newer,>,\u203a,\u2192,\xbb,\u226b,>>" # default/fall back search engine searchUrl: "https://www.google.com/search?q=" # put in an example search engine |
