Skip to content

Commit

Permalink
feat: removed default <esc> handler from split view
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 27, 2022
1 parent de52e8c commit fb10fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ M.defaults = {
position = "bottom",
size = "20%",
close = {
keys = { "q", "<esc>" },
keys = { "q" },
},
win_options = {
winhighlight = { Normal = "NoiceSplit", FloatBorder = "NoiceSplitBorder" },
Expand Down

0 comments on commit fb10fa2

Please sign in to comment.