I'd like to open regular text file (text/plain; charset=us-ascii) via ENTER or RT (nothing happens) #1726
-
.. edit ( |
Beta Was this translation helpful? Give feedback.
Answered by
lukasvrenner
Dec 1, 2023
Replies: 2 comments
-
Please note: and |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you use the -E tag, the enter key will open text files in $EDITOR. You can store that by putting NNN_OPTS="E" in your .bash_profile or creating an alias in your .bashrc: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jarun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use the -E tag, the enter key will open text files in $EDITOR. You can store that by putting NNN_OPTS="E" in your .bash_profile or creating an alias in your .bashrc:
alias nnn='nnn -E'