SpaceVim

A modular Vim/Neovim configuration


Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文


Available Layers » zettelkasten

Description

This layer adds support for zettelkasten in neovim.

Install

This layer also requires telescope layer, so to use this configuration layer, update your custom configuration file with:

# load the zettelkasten layer
[[layers]]
  name = "zettelkasten"
# load the fuzzy finder layer: telescope
[[layers]]
  name = "telescope"

Layer options

Key bindings

Key bindings description
SPC m z n create new note
SPC m z t create new note with template
SPC m z b open zettelkasten browse

In the zettelkasten browse buffer:

key bindings description
K preview the note

Powered by Jekyll