Adding lockbindings option for disallowing lua to modify bindings at all

This commit is contained in:
Neko Box Coder
2025-09-06 20:28:16 +01:00
parent 7a250b7df4
commit 4f1d2bb543
4 changed files with 13 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ var DefaultGlobalOnlySettings = map[string]any{
"helpsplit": "hsplit",
"infobar": true,
"keymenu": false,
"lockbindings": false,
"mouse": true,
"multiopen": "tab",
"parsecursor": false,