1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00
SpaceVim/docs/_posts/2022-04-08-multiple-cursor-support-with-iedit.md
2022-04-09 08:24:01 +08:00

1.3 KiB

title categories description image commentsID comments
Multiple cursor support for Vim
blog
feature
https://user-images.githubusercontent.com/13142418/162548036-2598a705-4834-4332-9b55-fc49eae80f99.gif Multiple cursor support for Vim true

Blogs >> Multiple cursor support for Vim

{{ page.date | date_to_string }}

Design causes

Many times in order to quickly edit multiple pieces of the same content, SpaceVim implements a feature called iedit, which is same as the iedit-mode of emacs.

Mode introduction

With iedit enabled, there are two modes currently, called iedit-normal and iedit-insert. These two modes are somewhat similar to the regular Normal and Insert modes. In iedit-normal mode, you can move the cursor, delete content and paste content. In iedit-insert mode, you can input characters. With the core#statusline layer, the IEDIT-NORMAL or IEDIT-INSERT modu text can be seen on the statusline.

About documentation

You can read online doc: Replace text with iedit, or read :h spacevim-plugins-iedit in SpaceVim