aboutsummaryrefslogtreecommitdiff
path: root/data/core/keymap.lua
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2021-07-16 17:53:41 -0400
committerGitHub <noreply@github.com>2021-07-16 17:53:41 -0400
commit69da9655d1767762f71e021a0fe57e109de8efd2 (patch)
tree0148cd6e0f061e830eb1be2a9b40fb1f0ca5e659 /data/core/keymap.lua
parent7d4045848919ab3573f87fe5834e492c99745cae (diff)
parent6330f4d596d08314d0f89d4da47a4fe0bbb34b8d (diff)
downloadlite-xl-69da9655d1767762f71e021a0fe57e109de8efd2.tar.gz
lite-xl-69da9655d1767762f71e021a0fe57e109de8efd2.zip
Merge pull request #334 from adamharrison/find-fixes
Find Improvements
Diffstat (limited to 'data/core/keymap.lua')
-rw-r--r--data/core/keymap.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/core/keymap.lua b/data/core/keymap.lua
index c0d556b8..c402f37b 100644
--- a/data/core/keymap.lua
+++ b/data/core/keymap.lua
@@ -137,8 +137,8 @@ keymap.add_direct {
["ctrl+r"] = "find-replace:replace",
["f3"] = "find-replace:repeat-find",
["shift+f3"] = "find-replace:previous-find",
- ["ctrl+i"] = "find-replace:toggle-insensitivity",
- ["ctrl+shift+i"] = "find-replace:toggle-plain",
+ ["ctrl+i"] = "find-replace:toggle-sensitivity",
+ ["ctrl+shift+i"] = "find-replace:toggle-regex",
["ctrl+g"] = "doc:go-to-line",
["ctrl+s"] = "doc:save",
["ctrl+shift+s"] = "doc:save-as",