add settings option "findontype" to allow disabling search-on-type

This commit is contained in:
Saeed Rasooli
2021-01-04 10:29:45 +03:30
parent c2b58fe861
commit dd37ad5ce4
3 changed files with 23 additions and 14 deletions

View File

@@ -159,6 +159,10 @@ Here are the available options:
default value: `unknown`. This will be automatically overridden depending
on the file you open.
* `findontype`: enable search-on-type in "Find" prompt (pattern input)
default value: `true`
* `ignorecase`: perform case-insensitive searches.
default value: `true`
@@ -423,6 +427,7 @@ so that you can see what the formatting should look like.
"fastdirty": false,
"fileformat": "unix",
"filetype": "unknown",
"findontype": true,
"ftoptions": true,
"ignorecase": false,
"indentchar": " ",