Back to Spacevim

SpaceVim tools layer

docs/layers/tools.md

2.4.01.1 KB
Original Source

Available Layers >> tools

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

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:

toml
[[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 bindingdescription
m mtoggle bookmark
m cclear bookmarks
m iadd bookmark annote
m ashow all bookmarks
m njump to next bookmark
m pjump to previous bookmark
<Leader> f bfuzzy find bookmarks