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({
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue