From f13974ff2cc79eebca7912d422e464c702001ac0 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 11 Mar 2018 13:42:49 +0530 Subject: Add table of external dependencies --- nlay | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nlay') 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=("") -- cgit v1.2.3-70-g09d2