My IdeaVim config.
Clone this repo and symlink ideavimrc
to your $HOME
directory.
If you have to use Windows, you can symlink using the command example below. Run CMD as Administrator.
mklink C:\Users\your-username\.ideavimrc C:\Users\you-username\path\to\repo\ideavimrc
ln -s /path/to/repo/ideavimrc ~/.ideavimrc
Shortcut | Handler |
---|---|
^J | IDE |
^K | IDE |
gd
: Goto definition.
'.
: Goto line start of last change in buffer.%
: Goto end of bracket etc.gv
: Reselect last selection.gr{motion}
: Replace with registry
Open up the vim terminal inside IDEA (by typing :
), then execute:
source ~/.ideavimrc
- IdeaVim-Quickscope
- IdeaVim-Sneak
- Optional: Which-Key
- Editor Actions -> Down: Ctrl+j or ^j
- Editor Actions -> Up: Ctrl+k or ^k
- Color Scheme: Dark
- Editor Tabs: Tab placement: None
- Font: Hack
- Size: 12
- Line spacing: 1.2