aboutsummaryrefslogtreecommitdiffstats
path: root/nlay
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-11 13:42:49 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-11 13:42:49 +0530
commitf13974ff2cc79eebca7912d422e464c702001ac0 (patch)
tree25630ad3dbed556f2515168aa0c3dfb0e3bbc49d /nlay
parent460984c15455335f15fb5a6200495d8609f9ffe1 (diff)
downloadnnn-f13974ff2cc79eebca7912d422e464c702001ac0.tar.gz
Add table of external dependencies
Diffstat (limited to 'nlay')
-rwxr-xr-xnlay9
1 files changed, 4 insertions, 5 deletions
diff --git a/nlay b/nlay
index e554c01..2a5579b 100755
--- a/nlay
+++ b/nlay
@@ -12,14 +12,13 @@
# bg settings. If bg is set the app is detached and started in the background
# in silent mode.
#
-# 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.
+# The bg setting depends on personal preferences and type of utility, e.g., I
+# would start vi (CLI) in the foreground but Sublime Text (GUI) in background.
#
# Check (and TOGGLE as you wish) the default bg settings.
#
# 2. Detached apps are not killed when nnn exits. Use kill(1) or killall(1) to
-# to stop console based background apps.
+# stop console based background apps.
#
# 3. nlay is OVERWRITTEN during nnn upgrade. You can store your custom nlay in a
# location other than the default and have an alias with nnn option '-p' to
@@ -56,7 +55,7 @@ ENABLE_FILE_TYPE_HANDLING
#------------ PLAINTEXT (UNUSED) ------------
if [ "$2" == "text" ]; then
- app=("vim")
+ app=("vi")
opts=("")