jugglerchris / textadept-vi

Customisation for the textadept editor to make it a bit more like vim.
MIT License
36 stars 5 forks source link

Add vim's gg motion to command mode #24

Closed al3rez closed 8 years ago

al3rez commented 8 years ago

Go to the first line

jugglerchris commented 8 years ago

Thanks for the patch! I'll try to look at it tonight. :-)

jugglerchris commented 8 years ago

It wasn't exactly "tonight", but now merged. I've also added a test and it now supports a prefix (eg 7gg to go to line 7) like the very similar G. It doesn't quite work with actions (eg dgg to delete to start of file) yet.