nvim: correct bind descriptions, add to spelllist
This commit is contained in:
parent
fac56a3095
commit
c3a3eec248
2 changed files with 4 additions and 2 deletions
common/.config/nvim
|
@ -76,8 +76,8 @@ return {
|
||||||
desc = "Content from selection",
|
desc = "Content from selection",
|
||||||
mode = { "v" }
|
mode = { "v" }
|
||||||
},
|
},
|
||||||
{ "<leader>zb", function() require("zk.commands").get("ZkBacklinks")() end, desc = "Links" },
|
{ "<leader>zl", function() require("zk.commands").get("ZkLinks")() end, desc = "Links" },
|
||||||
{ "<leader>zl", function() require("zk.commands").get("ZkLinks")() end, desc = "Backlinks" },
|
{ "<leader>zb", function() require("zk.commands").get("ZkBacklinks")() end, desc = "Backlinks" },
|
||||||
{ "<leader>zx", function() require("zk.commands").get("ZkIndex")() end, desc = "Index" },
|
{ "<leader>zx", function() require("zk.commands").get("ZkIndex")() end, desc = "Index" },
|
||||||
{ "<leader>zt", function() require("zk.commands").get("ZkTags")() end, desc = "Find Tags" },
|
{ "<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" },
|
{ "<leader>zf", function() require("zk.commands").get("ZkNotes")({ sort = { 'modified' } }) end, desc = "Find Notes" },
|
||||||
|
|
|
@ -20,3 +20,5 @@ Rustdesk
|
||||||
JSON
|
JSON
|
||||||
bcrypt
|
bcrypt
|
||||||
basicauth
|
basicauth
|
||||||
|
relativization
|
||||||
|
antizionist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue