mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +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,
|
||||
},
|
||||
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 = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue