intellij idea - Make IdeaVim use IDE shortcuts in insert mode but VIM key map in normal mode -


i'm new vim , still learning found shortcuts in intellij quite easy use.

eg: ctrl + b go declaration, ctrl + q show doc

i check docs while i'm writing code , i'd keep shortcuts available in insert mode(since vim key map seems work normal mode).

i read online , saw methods adding custom key mapping vim. besides that, there anyway can keep ide shortcuts in insert mode?

currently each shortcut ctrl+b handled either vim emulation or ide. see the docs on how choose handler shortcut.

feel free file feature request here handling vim commands normal mode.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -