skandasoft / navigate

navigate forward/backward
MIT License
13 stars 3 forks source link

can not navigate forward file by double click. #13

Closed mrbone closed 9 years ago

mrbone commented 9 years ago

I am using mac Atom,I can navigate forward file by press F2,but can not by double click the url,am i missing some configur ?

skandasoft commented 9 years ago

double click is disable by default. as the primary task of double click is to select the word(atom standard). So I gave that optional. you can go to config https://github.com/skandasoft/navigate/blob/master/lib/config.coffee and change the double click to true.