mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 18:56:13 +00:00
fix(describe/keymaps): Remove <ESC> from default keymap which may not be a
sensitive default after some users feedback
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ M.config = {
|
||||
editor = {
|
||||
type = "buffer",
|
||||
keymaps = {
|
||||
close = { "<Esc>", "<C-c>", "q" },
|
||||
close = { "<C-c>", "q" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user