We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43fce0 commit 0ae8f9bCopy full SHA for 0ae8f9b
CHANGELOG.md
@@ -28,3 +28,4 @@
28
- practicalli: configure showkeys for lazy loading
29
- practicalli: configure trim for lazy loading
30
- practicalli: configure other for lazy loading
31
+- practicalli: disable default_mappings in better-escape (#32)
lua/plugins/user-practicalli.lua
@@ -86,7 +86,7 @@ return {
86
event = "InsertCharPre",
87
opts = {
88
timeout = vim.o.timeoutlen,
89
- default_mappings = true,
+ default_mappings = false,
90
mappings = {
91
i = { f = { d = "<Esc>" } },
92
c = { f = { d = "<Esc>" } },
0 commit comments