1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:00:04 +08:00
SpaceVim/docs/layers/tools.md
2024-03-29 00:02:30 +08:00

1.2 KiB

title description
SpaceVim tools layer This layer provides some tools for vim

Available Layers >> tools

Description

This layer provides some extra vim tools for SpaceVim. All tools can be called via command or key binding.

Install

To use this configuration layer, update your custom configuration file with:

[[layers]]
  name = "tools"

Tools

  • :Scriptnames: same as :scriptnames, but show results in quickfix list.
  • :SourceCounter: source counter for vim
  • :Calendar: open vim calendar
  • :UnstackFromText: Call unstack with text as input.

This layer also includes bookmarks.vim, the following key binding can be used:

key binding description
m m toggle bookmark
m c clear bookmarks
m i add bookmark annote
m a show all bookmarks
m n jump to next bookmark
m p jump to previous bookmark
<Leader> f b fuzzy find bookmarks