mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-09-04 02:53:06 +02:00
.github
.idea
.teamcity
annotation-processors
assets
doc
gradle
scripts
src
tests
vim-engine
src
Evolution.md
build.gradle.kts
gradle.properties
vimscript-info
.editorconfig
.gitignore
AUTHORS.md
CHANGES.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
ThirdPartyLicenses.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
qodana.sarif.json
qodana.yaml
settings.gradle.kts

We need this for undo subsystem. Mode change is not something that we want to be a separate entity in the undo log P.S. It's not a full list of such commands, e.g. <ESC> for leaving insert mode is missing. It is because <ESC> may insert some text after visual block mode, I'll figure out a solution for this later