genotrance / snip

snip is text editor to speed up testing code snippets
MIT License
28 stars 2 forks source link

Add support to go to specific line like Vim :10 #7

Open genotrance opened 6 years ago

genotrance commented 6 years ago

Requested by @bevo009 - https://forum.nim-lang.org/t/3957#24681

10G isn't feasible since there's no normal vs. insert mode. Will need to popup a text box entry to go to specific line. Seriously considering Vim's : followed by key combo since there's so many crazy things you can do then. But I'm not keen on recreating Vim either. Feedback appreciated.

bevo009 commented 6 years ago

I like the idea of using Vim's : That keeps it familiar I don't want another vim either But, you could add any new shortcuts and commands you develop via that : command That sounds great. :) Thanks again, shashlick