u
This commit is contained in:
@@ -11,20 +11,20 @@
|
|||||||
# $fx variables contain names with '*' or '?' characters. However, this option
|
# $fx variables contain names with '*' or '?' characters. However, this option
|
||||||
# is used selectively within individual commands as it can be limiting at
|
# is used selectively within individual commands as it can be limiting at
|
||||||
# times.
|
# times.
|
||||||
set shellopts '-eu'
|
#set shellopts '-eu'
|
||||||
|
|
||||||
# set internal field separator (IFS) to "\n" for shell commands
|
# set internal field separator (IFS) to "\n" for shell commands
|
||||||
# This is useful to automatically split file names in $fs and $fx properly
|
# 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)
|
# 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
|
# is newline. You need to consider the values of these options and create your
|
||||||
# commands accordingly.
|
# commands accordingly.
|
||||||
set ifs "\n"
|
#set ifs "\n"
|
||||||
|
|
||||||
# leave some space at the top and the bottom of the screen
|
# 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
|
# 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
|
# ctpv
|
||||||
# https://github.com/NikitaIvanovV/ctpv
|
# https://github.com/NikitaIvanovV/ctpv
|
||||||
|
|||||||
Reference in New Issue
Block a user