Can I map Maven commands to ideavim? Or is there any other better solution? #419
-
e.g: mc :action mvn clean. When I use the maven command, I don't like using the mouse. |
Beta Was this translation helpful? Give feedback.
Answered by
AlexPl292
Dec 1, 2021
Replies: 1 comment 2 replies
-
Hi, you can try to use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yaoqiangpersonal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can try to use
mc :!mvn clean<CR>
.