1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-04 02:53:06 +02:00
Files
.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
IntelliJ-IdeaVim/vim-engine
filipp cccb23d9ee Specify which commands perform mode change
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
2024-11-22 17:15:07 +02:00
..
2022-12-02 12:03:58 +02:00