Replies: 2 comments
-
I have tried this, no effect as well: opts = {
filesystem = {
window = {
mappings = {
["Esc"] = function(state)
require("neo-tree.command").execute({ action = "close" })
end,
["l"] = "open",
...
},
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
use Esc translates to the literal sequence E s c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to bind the key
<Esc>
to quit the neo-tree explorer window, however it does not have any effect, why?Can someone help me to achieve that? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions