diff options
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") |