Skip to content

Commit

Permalink
refactor!: remove <Esc> as the default toggle key
Browse files Browse the repository at this point in the history
  • Loading branch information
kawre committed Mar 6, 2024
1 parent 6ac0f12 commit f137d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/leetcode/config/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ local M = {
},

keys = {
toggle = { "q", "<Esc>" }, ---@type string|string[]
toggle = { "q" }, ---@type string|string[]
confirm = { "<CR>" }, ---@type string|string[]

reset_testcases = "r", ---@type string
Expand Down

0 comments on commit f137d78

Please sign in to comment.