How to set "open.edit" to "l" key #2281
-
In my old config I was able to open folders and file just with the key "l", instead or . It was to this:
But It doesn't work with:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm using that same open mapping: Please post your full Don't forget to link your on_attach e.g. nvim_tree.setup {
on_attach = your_on_attach,
-- |
Beta Was this translation helpful? Give feedback.
-
@alex-courtis this is my config but still appearing a message everytime I init Neovim
|
Beta Was this translation helpful? Give feedback.
I'm using that same open mapping:
https://github.com/alex-courtis/arch/blob/875d6b9fb552059cbb01195f48a5718056bb7480/config/nvim/lua/amc/plugins/nvt.lua#L85
Please post your full
nvim_tree.setup
and youron_attach
.Don't forget to link your on_attach e.g.