From 954759dd7ec77b1900aace397fe079584e86f9dc Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 27 May 2024 20:21:44 -0500 Subject: [PATCH] u --- dots/lf/lfrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 95b48e4..f95d5d3 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -11,20 +11,20 @@ # $fx variables contain names with '*' or '?' characters. However, this option # is used selectively within individual commands as it can be limiting at # times. -#set shellopts '-eu' +set shellopts '-eu' # set internal field separator (IFS) to "\n" for shell commands # This is useful to automatically split file names in $fs and $fx properly # since default file separator used in these variables (i.e. 'filesep' option) # is newline. You need to consider the values of these options and create your # commands accordingly. -#set ifs "\n" +set ifs "\n" # leave some space at the top and the bottom of the screen -#set scrolloff 10 +set scrolloff 10 # Use the `dim` attribute instead of underline for the cursor in the preview pane -#set cursorpreviewfmt "\033[7;2m" +set cursorpreviewfmt "\033[7;2m" # ctpv # https://github.com/NikitaIvanovV/ctpv