aboutsummaryrefslogtreecommitdiffstats
path: root/nlay
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-06-06 20:16:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-06-06 20:16:32 +0530
commitda9499b138b8a2d402d6bec4400fce214ca00820 (patch)
tree820392e927610e48222c83465dc14cf62120ced1 /nlay
parentfe775ccf1fe75a09c2ef7f95b0dff97e37f0aa9b (diff)
downloadnnn-da9499b138b8a2d402d6bec4400fce214ca00820.tar.gz
Optionally use EDITOR (fallback vi) for text files
Diffstat (limited to 'nlay')
-rwxr-xr-xnlay5
1 files changed, 2 insertions, 3 deletions
diff --git a/nlay b/nlay
index 759a2c1..53d89e3 100755
--- a/nlay
+++ b/nlay
@@ -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")