Lowhanging fruit: some basic colon commands #538
PopeNobody
started this conversation in
Ideas
Replies: 1 comment
-
Hi there! Supporting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been wanting to hack in ideavim, and I've been thinking about implementing some of the low-hanging-fruit in the colon mode commands.
I've been using vim for a long time, and I have some pretty strong habits ... like typing :make and wanting the thing I'm working on to do something ... I tend to do things like
:set makeprg=vi_perl\ %
when I'm working on a perl script ( where vi_perl runs forks, runs perl, and hacks the perl stack traces into
perl.pl:5: Oh, shit, I'm gonna die()
so vim can recognize them like gcc errors.
So I'd like to make :make in ideaj run gradle, like F9.
Also, I'd love to be able to say :tag Identifier and jump to it.
So I wanted to see if anybody thought this was a terrible idea before I started .. and if somebody could give me a hint on a firename in which to look for the colon mode commands, it might save me some time.
Beta Was this translation helpful? Give feedback.
All reactions