Skip to content

Commit 05d4153

Browse files
committed
docs(readme): sync keys
1 parent f440ff5 commit 05d4153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

README.zh.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)