aboutsummaryrefslogtreecommitdiff
path: root/data/core/keymap.lua
diff options
context:
space:
mode:
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",