diff options
| author | 2017-06-06 20:16:32 +0530 | |
|---|---|---|
| committer | 2017-06-06 20:16:32 +0530 | |
| commit | da9499b138b8a2d402d6bec4400fce214ca00820 (patch) | |
| tree | 820392e927610e48222c83465dc14cf62120ced1 /nlay | |
| parent | fe775ccf1fe75a09c2ef7f95b0dff97e37f0aa9b (diff) | |
| download | nnn-da9499b138b8a2d402d6bec4400fce214ca00820.tar.gz | |
Optionally use EDITOR (fallback vi) for text files
Diffstat (limited to 'nlay')
| -rwxr-xr-x | nlay | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,8 +14,7 @@ # # The bg setting depends on personal preference and type of app, e.g., # I would start vim (CLI) in the foreground but Sublime Text (GUI) in the -# background. I also prefer mpv running in the background without disturbing -# my ongoing activity in nnn by blocking navigation. +# background. # # Check (and TOGGLE as you wish) the default bg settings. # @@ -53,7 +52,7 @@ ext="${ext,,}" ENABLE_FILE_TYPE_HANDLING -#---------------- PLAINTEXT ----------------- +#------------ PLAINTEXT (UNUSED) ------------ if [ "$2" == "text" ]; then app=("vim") |