bruh
This commit is contained in:
parent
560a118b01
commit
e7b561ba32
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||||
require("which-key").register({
|
require("which-key").register({
|
||||||
z = {
|
z = {
|
||||||
n = {
|
n = {
|
||||||
name = "New"
|
name = "New",
|
||||||
t = "New note with title from selection"
|
t = "New note with title from selection",
|
||||||
c = "New note with content from selection"
|
c = "New note with content from selection"
|
||||||
},
|
},
|
||||||
b = "Open backlinks",
|
b = "Open backlinks",
|
||||||
|
|
Loading…
Reference in a new issue