fixed zk keybinds.

This commit is contained in:
Gabe Venberg 2025-02-27 16:34:45 +01:00
parent c86b3bac98
commit f07f6bc438

View file

@ -15,18 +15,18 @@
];
keymaps = [
{
action = ":ZkNewFromTitleSelection";
action = ":ZkNewFromTitleSelection<CR>";
key = "<leader>zn";
mode = "n";
mode = "v";
options = {
silent = true;
desc = "New zk note with title from selection";
};
}
{
action = ":ZkaMatch";
action = ":ZkaMatch<CR>";
key = "<leader>zs";
mode = "n";
mode = "v";
options = {
silent = true;
desc = "Search zk notes from selection";