From ab3a1f5d3c54b65f851bf88c623b5c953c17db62 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 1 Jul 2024 11:35:22 +0500 Subject: [nnn] Fix preview Removed `-F/--quit-if-one-screen` from less options. --- files/.zsh/rc/S50_nnn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/.zsh/rc') diff --git a/files/.zsh/rc/S50_nnn b/files/.zsh/rc/S50_nnn index 9c130b8..a6fb43f 100644 --- a/files/.zsh/rc/S50_nnn +++ b/files/.zsh/rc/S50_nnn @@ -50,6 +50,8 @@ n () # stty lwrap undef # stty lnext undef + export LESS="${LESS//[FX]}" + # The command builtin allows one to alias nnn to n, if desired, without # making an infinitely recursive alias command nnn "$@" -- cgit v1.2.3