Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f137d78

Browse files
committed
refactor!: remove <Esc> as the default toggle key
1 parent 6ac0f12 commit f137d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/leetcode/config/template.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ local M = {
113113
},
114114

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

119119
reset_testcases = "r", ---@type string

0 commit comments

Comments
 (0)