This commit is contained in:
Charlotte 🦝 Delenk 2022-08-14 15:39:21 +01:00
parent 560a118b01
commit e7b561ba32
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -52,8 +52,8 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
require("which-key").register({
z = {
n = {
name = "New"
t = "New note with title from selection"
name = "New",
t = "New note with title from selection",
c = "New note with content from selection"
},
b = "Open backlinks",