Skip to content

Commit 0ae8f9b

Browse files
practicalli: disable default_mappings in better-escape
`k` quits line visual selection when default_mappings set to true Set `default_mappings` to false resolve: #32
1 parent d43fce0 commit 0ae8f9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
- practicalli: configure showkeys for lazy loading
2929
- practicalli: configure trim for lazy loading
3030
- practicalli: configure other for lazy loading
31+
- practicalli: disable default_mappings in better-escape (#32)

lua/plugins/user-practicalli.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ return {
8686
event = "InsertCharPre",
8787
opts = {
8888
timeout = vim.o.timeoutlen,
89-
default_mappings = true,
89+
default_mappings = false,
9090
mappings = {
9191
i = { f = { d = "<Esc>" } },
9292
c = { f = { d = "<Esc>" } },

0 commit comments

Comments
 (0)