1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-23 22:15:47 +02:00

[VIM-3214] Add information that ideajoin is not supported everywhere

This commit is contained in:
Alex Plate 2023-12-01 14:13:30 +02:00
parent 4809742088
commit 463164cb88
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -3,6 +3,11 @@ Put `set ideajoin` to your `~/.ideavimrc` to enable this functionality.
Now, you can press `J` (`shift+j`) on a line or a selected block of text to join the lines together.
:warning: This feature is language-specific. This means that the IDE should implement this feature for a particular
language in order for the IDE to work as described below. If any of the examples provided below don't match your case,
please file an issue in the project related to your IDE: https://youtrack.jetbrains.com/.
Here is a list of known requests: https://youtrack.jetbrains.com/issues?q=links:VIM-3214.
* Automatic join concatenated lines:
```