Run Java code keyboard shortcut with IdeaVim mapping

已回答

I use the vim keyboard mapping for pretty everything, and I've recently started using IntelliJIDEA for writing Java at work. One issue I've run into is a keyboard mapping conflict between Ctrl-r for both redo in Vim and Run in IntelliJ. I would really like to continue using Ctrl-r for Vim because that's what I am used to, so what kinds of solutions have other people used for still being able to Run code quickly from the keyboard?

Dinar Detective News

0

You can try to select Vim handler under Settings/Preferences | Editor | Vim | Run and assign another shortcut that will not conflict with Vim under Settings/Preferences | Keymap | Find Actions by Shortcut | Press Ctrl + R.

0

请先登录再写评论。