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",
|
||||
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" },
|
||||
|
|
|
@ -20,3 +20,5 @@ Rustdesk
|
|||
JSON
|
||||
bcrypt
|
||||
basicauth
|
||||
relativization
|
||||
antizionist
|
||||
|
|
Loading…
Add table
Reference in a new issue