neo-tree,telescope: update keymap

This commit is contained in:
xinyangli 2024-08-22 11:51:15 +08:00
parent 7b5241304b
commit 7284e679ab
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
end end
''; '';
window.mappings."s" = "";
window.mappings."<space>" = ""; window.mappings."<space>" = "";
}; };
keymaps = [ keymaps = [

View file

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