view dot_config/zk/config.toml @ 1053:6228efcc628d

feat: map ctrl-z to fg
author Zeger Van de Vannet <zeger.van_de_vannet@nokia.com>
date Tue, 23 Jul 2024 16:47:29 +0200
parents 875c9ab79c7c
children
line wrap: on
line source

[notebook]
dir = "~/notebook"

[alias]
ed = "zk edit --interactive $@"
ls = "zk list $@"


[note]
# Template used to generate a note's filename, without extension.
filename = "{{id}}-{{slug title}}"

# The file extension used for the notes.
extension = "md"

[extra]
author = "zegervdv"