Browse Source

fix: esc exit autocommand

ChristianChiarulli 2 years ago
parent
commit
560ee4d7cf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lua/lvim/core/autocmds.lua

+ 0 - 2
lua/lvim/core/autocmds.lua

@@ -21,12 +21,10 @@ function M.load_defaults()
       "lir",
       "DressingSelect",
       "tsplayground",
-      "Markdown",
     },
     callback = function()
       vim.cmd [[
       nnoremap <silent> <buffer> q :close<CR>
-      nnoremap <silent> <buffer> <esc> :close<CR>
       set nobuflisted
     ]]
     end,