File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ To see full configuration types see [template.lua](./lua/leetcode/config/templat
148
148
},
149
149
150
150
keys = {
151
- toggle = { " q" , " <Esc> " }, --- @type string | string[]
151
+ toggle = { " q" }, --- @type string | string[]
152
152
confirm = { " <CR>" }, --- @type string | string[]
153
153
154
154
reset_testcases = " r" , --- @type string
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ https://github.com/kawre/leetcode.nvim/assets/69250723/aee6584c-e099-4409-b114-1
150
150
},
151
151
152
152
keys = {
153
- toggle = { " q" , " <Esc> " }, --- @type string | string[]
153
+ toggle = { " q" }, --- @type string | string[]
154
154
confirm = { " <CR>" }, --- @type string | string[]
155
155
156
156
reset_testcases = " r" , --- @type string
You can’t perform that action at this time.
0 commit comments