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