Autocmd to enter insert mode in terminal, but not in nnn.vim window #151
Unanswered
jasoneveleth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now I use:
This will activate insert mode when you enter a terminal, and turn off numbers and stuff. But, these autocmds also fire when I enter into an
:NnnPicker
window.How can I write an autocommand that won't fire when
:NnnPicker
is run, but it will fire on:te
?Beta Was this translation helpful? Give feedback.
All reactions