mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +02:00
nvim: neotree: update mappings
This commit is contained in:
parent
bb27478e63
commit
8f07507ba0
1 changed files with 13 additions and 0 deletions
|
|
@ -83,6 +83,19 @@ return {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
use_libuv_file_watcher = 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 = {
|
event_handlers = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue