1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: neotree: update mappings

This commit is contained in:
Henrik Hautakoski 2024-09-06 18:11:50 +02:00
parent bb27478e63
commit 8f07507ba0

View file

@ -83,6 +83,19 @@ return {
enabled = true,
},
use_libuv_file_watcher = true,
window = {
mappings = {
["."] = "", -- unbind set_root. I never use it but always hit the key :P
["~"] = "toggle_hidden",
}
},
},
buffers = {
window = {
mappings = {
["."] = "",
}
}
},
event_handlers = {
{