1
0
Fork 0

nvim: correct bind descriptions, add to spelllist

This commit is contained in:
Luca Bilke 2025-01-15 18:09:28 +01:00
parent fac56a3095
commit c3a3eec248
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5
2 changed files with 4 additions and 2 deletions
common/.config/nvim
lua/plugins
spell

View file

@ -76,8 +76,8 @@ return {
desc = "Content from selection",
mode = { "v" }
},
{ "<leader>zb", function() require("zk.commands").get("ZkBacklinks")() end, desc = "Links" },
{ "<leader>zl", function() require("zk.commands").get("ZkLinks")() end, desc = "Backlinks" },
{ "<leader>zl", function() require("zk.commands").get("ZkLinks")() end, desc = "Links" },
{ "<leader>zb", function() require("zk.commands").get("ZkBacklinks")() end, desc = "Backlinks" },
{ "<leader>zx", function() require("zk.commands").get("ZkIndex")() end, desc = "Index" },
{ "<leader>zt", function() require("zk.commands").get("ZkTags")() end, desc = "Find Tags" },
{ "<leader>zf", function() require("zk.commands").get("ZkNotes")({ sort = { 'modified' } }) end, desc = "Find Notes" },

View file

@ -20,3 +20,5 @@ Rustdesk
JSON
bcrypt
basicauth
relativization
antizionist