nvim(plugin): rewrite better-escape
This commit is contained in:
parent
ce249bebd9
commit
e83913a7e3
@ -103,9 +103,14 @@ return {
|
|||||||
"max397574/better-escape.nvim",
|
"max397574/better-escape.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("better_escape").setup({
|
require("better_escape").setup({
|
||||||
mapping = {'jf', 'оа'},
|
mappings = {
|
||||||
|
i = {
|
||||||
|
j = {
|
||||||
|
f = "<ESC>`^"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
timeout = vim.o.timeoutlen,
|
timeout = vim.o.timeoutlen,
|
||||||
keys = '<ESC>`^'
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user