parent
1a7f062ab3
commit
db716a0f12
|
@ -158,8 +158,6 @@ require('dressing').setup({
|
|||
mappings = {
|
||||
n = {
|
||||
["<Esc>"] = "Close",
|
||||
-- You can also pass additional opts to vim.keymap.set().
|
||||
-- ["<Esc>"] = { "Close", nowait = true },
|
||||
["<CR>"] = "Confirm",
|
||||
},
|
||||
i = {
|
||||
|
|
|
@ -48,8 +48,6 @@ Configure dressing.nvim by calling the setup() function.
|
|||
mappings = {
|
||||
n = {
|
||||
["<Esc>"] = "Close",
|
||||
-- You can also pass additional opts to vim.keymap.set().
|
||||
-- ["<Esc>"] = { "Close", nowait = true },
|
||||
["<CR>"] = "Confirm",
|
||||
},
|
||||
i = {
|
||||
|
|
Loading…
Reference in New Issue