neo-tree,telescope: update keymap

This commit is contained in:
xinyangli 2024-08-22 11:51:15 +08:00
parent 97de7e0020
commit e92d3f84a2
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 9 additions and 1 deletions

View file

@ -25,7 +25,6 @@
end
end
'';
window.mappings."s" = "";
window.mappings."<space>" = "";
};
keymaps = [

View file

@ -17,5 +17,14 @@
desc = "Find files with telescope";
};
}
{
mode = [ "n" "i" ];
key = "<C-S-p>";
action = helpers.mkRaw ''
function()
require("telescope.builtin").help_tags()
end
'';
}
];
}