-
I've tried mapping <c-[> to q/close/quit but they all just wouldn't work. It is even possible to just hit single <c-[>to exit? I know the default behaviour of both nnn and this plugin is to hit '[' two times but muscle memory... |
Beta Was this translation helpful? Give feedback.
Answered by
mcchrish
Oct 7, 2021
Replies: 1 comment 1 reply
-
You can define mapping to nnn window with autocmd. Please try: autocmd FileType nnn tnoremap <nowait><buffer><silent> <C-]> q |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zijian-x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can define mapping to nnn window with autocmd. Please try: