doc: fix mappings setup for vinegar
This commit is contained in:
parent
2898c4d58f
commit
61b57e3676
@ -779,7 +779,9 @@ default, vinegar uses `<CR>`. You can override this with:
|
||||
require"nvim-tree".setup {
|
||||
view = {
|
||||
mappings = {
|
||||
{ key = "<CR>", action = "edit_in_place" }
|
||||
list = {
|
||||
{ key = "<CR>", action = "edit_in_place" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user