atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Vim mode: Go to line not working #932

Open imeos opened 12 years ago

imeos commented 12 years ago

In Vim mode pressing :'line number' (e.g. :27 to go to line 27) doesn't work at all.

MSch commented 12 years ago

+1

clintonbean commented 12 years ago

Same problem. Would like to see addressed.

peteschaffner commented 12 years ago

@imeos @MSch have you tried: 'line-number' gg that works just fine :)

imeos commented 12 years ago

@peteschaffner Yeah that works, thanks but thought :'line number' is the "standard" way of doing that in vim. Besides it pops open a nice little overlay in Chocolat, that is without function as of yet of course.

peteschaffner commented 12 years ago

I agree it would be nice... As it stands, that popover gives you a few commands (:w, :wq, :q). xVim is the powering force behind vim mode. See the supported commands in the wiki: https://github.com/WarWithinMe/xVim/wiki/Supported-Commands

imeos commented 12 years ago

@peteschaffner Thanks for this link.