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
148148 },
149149
150150 keys = {
151- toggle = { " q" , " <Esc> " }, --- @type string | string[]
151+ toggle = { " q" }, --- @type string | string[]
152152 confirm = { " <CR>" }, --- @type string | string[]
153153
154154 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
150150 },
151151
152152 keys = {
153- toggle = { " q" , " <Esc> " }, --- @type string | string[]
153+ toggle = { " q" }, --- @type string | string[]
154154 confirm = { " <CR>" }, --- @type string | string[]
155155
156156 reset_testcases = " r" , --- @type string
You can’t perform that action at this time.
0 commit comments