mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 18:34:03 +02:00
Add shortcut to ideajoin example
This commit is contained in:
parent
f03d574e86
commit
8d8809238c
@ -1,6 +1,8 @@
|
||||
Some examples of join command with `ideajoin` option enabled.
|
||||
Put `set ideajoin` to your `~/.ideavimrc` to enable this functionality.
|
||||
|
||||
Now, you can press `shift+j` on a selected block of text to join the lines together.
|
||||
|
||||
* Automatic join concatenated lines:
|
||||
|
||||
```
|
||||
@ -55,4 +57,4 @@ sb.append("a"); -> sb.append("a").append("b");
|
||||
sb.append("b");
|
||||
```
|
||||
|
||||
And other features provided by the plugins.
|
||||
And other features provided by the plugins.
|
||||
|
Loading…
Reference in New Issue
Block a user