okay lets give jk a try

This commit is contained in:
Christoph J. Scherr 2024-01-31 14:34:12 +01:00
parent e8511173ef
commit 7be125afdc
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ local plugins = {
-- Install a plugin
{
"max397574/better-escape.nvim",
enabled = false,
-- exit insert mode with 'jk'
"max397574/better-escape.nvim",
enabled = true,
event = "InsertEnter",
config = function()
require("better_escape").setup()