mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
add settings option "findontype" to allow disabling search-on-type
This commit is contained in:
@@ -269,6 +269,7 @@ var defaultCommonSettings = map[string]interface{}{
|
||||
"fastdirty": false,
|
||||
"fileformat": "unix",
|
||||
"filetype": "unknown",
|
||||
"findontype": true,
|
||||
"ignorecase": true,
|
||||
"indentchar": " ",
|
||||
"keepautoindent": false,
|
||||
|
||||
Reference in New Issue
Block a user