This commit is contained in:
committer
2024-05-27 20:21:44 -05:00
parent c4b4412dee
commit 954759dd7e

View File

@@ -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