themoken / canto-curses

Curses frontend for Canto daemon
GNU General Public License v2.0
92 stars 7 forks source link

How to specify link to follow #27

Closed Busyvar closed 9 years ago

Busyvar commented 9 years ago

I am using canto-curses for the first time and i have some habits from the Previous implementation of canto. What is now the equivalent of goto (g + linkNumber + enter) on canto-curses?

themoken commented 9 years ago

:goto [link number]

Busyvar commented 9 years ago

I'm supposed to write :goto # any time i need to follow a link? There is no shortcut anymore for it?

themoken commented 9 years ago

the 'g' key works for the main link (link 0), and you can setup a shortcut for the others if you want. With the reader open doing

:bind 1 goto 1

For example, will bind the '1' key to go to link 1, and that will be remembered automatically.