Skip to content

Commit

Permalink
Remove conflicting <ESC> keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarg committed Nov 21, 2023
1 parent 2604b72 commit 8af8748
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions neovim/.config/nvim/lua/plugins/editor/mini-files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ return {
toggle_dotfiles,
{ buffer = buf_id, desc = 'Toggle Dotfiles' }
)
vim.keymap.set('n', '<ESC>', function()
MiniFiles.close()
end, { desc = 'Close' })
end,
})
end,
Expand Down
2 changes: 0 additions & 2 deletions neovim/.config/nvim/lua/plugins/ui/dropbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ return {
keymaps = {
['q'] = '<C-w>q',

['<ESC>'] = '<C-w>q',

['h'] = '<C-w>c',

['l'] = function()
Expand Down

0 comments on commit 8af8748

Please sign in to comment.