diff --git a/ov-less.yaml b/ov-less.yaml index 36b353d7..2ec06502 100644 --- a/ov-less.yaml +++ b/ov-less.yaml @@ -1,6 +1,10 @@ # This is a file with less key bindings set. # Copy it to ~/.ov.yaml or start it with `ov --config ov-less.yaml`. # Thanks to hupfdule (Marco Herrn) for the less keybinding information. +# +# CaseSensitive: false +# RegexpSearch: false +# Incsearch: ftrue General: TabWidth: 4 diff --git a/ov.yaml b/ov.yaml index b523e1b2..58b91f84 100644 --- a/ov.yaml +++ b/ov.yaml @@ -1,5 +1,9 @@ # This is the ov config file. # Copy it to ~/.ov.yaml or start it with `ov --config ov.yaml`. +# +# CaseSensitive: false +# RegexpSearch: false +# Incsearch: ftrue General: TabWidth: 8