mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
33 lines
781 B
Markdown
33 lines
781 B
Markdown
---
|
|
title: "SpaceVim edit layer"
|
|
description: "Improve code edit experience in SpaceVim, provides more text objects."
|
|
---
|
|
|
|
# [Available Layers](../) >> edit
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Features](#features)
|
|
- [Options](#options)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer provides many edit key bindings for SpaceVim, and also provides more text objects.
|
|
|
|
## Features
|
|
|
|
- change surround symbol via vim-surround
|
|
- repeat last action via vim-repeat
|
|
- multiple cursors
|
|
- align
|
|
- set justification for paragraph
|
|
- highlight whitespace at the end of a line
|
|
- load editorconfig config, need `+python` or `+python3`
|
|
|
|
## Options
|
|
|
|
- `textobj`: specified a list of text objects to be enabled, the avaliable list is :`indent`, `line`, `entire`
|