IDEA IDE
# Keymap
- Use Vim
- Config: Keymap -> Editor -> Up/Down set to
CMD+K/J(Keep old) System Preferences | Keyboard | Shortcuts | Servicesand disableSearch man Page Index in Terminalto useCMD+Shift+Ato find actions
# Easymotion
set easymotion
map f <Nop>
map F <Nop>
nmap f <Plug>(easymotion-f)
nmap F <Plug>(easymotion-F)