basic setup for vim user
Answered
I'm coming to intellij from vim and, after installing the plugin, unsure about a few basics... how do I:
1. Fuzzy-search for a file in the project? Ideally I'd want to map this to `ctrl-P`. Closest thing I've seen so far is hitting `space-space`, and then navigating to "files" .. not ideal
2. Open a file (ideally from that search) in: a) a new split, b) a new tab, c) the current tab
3. Map keyboard to split current file (what is there in clicking on the tab and horizontal/vertical split)
4. Map keyboard to navigate between splits and tabs (not via the popup switcher window, but just like to move right/left or up/down)
Please sign in to leave a comment.
Hi David!
I assume you've installed the IdeaVim plugin, so
1. This functionality is supported by the IDE:
You can change the keymap in `Preferences | Keymap -> Main Menu | Navigate`
2. The selected file will be opened in a new tab, but vim commands are supported: :e, :sp, :vsp,
3. Vim commands are supported:
IDE keymap: `Preferences | Keymap -> Main Menu | Window | Editor Tabs`
4.
Splits:
IdeaVim commands (as vim):
IDE:
Tabs:
IdeaVim commands (as vim):
IDE: