Skip to content

Commit

Permalink
fix(mac): 分号映射错误
Browse files Browse the repository at this point in the history
  • Loading branch information
shaddollxz committed Jul 19, 2024
1 parent 70ab545 commit b3c15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/modules/mode-quote.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[:r :!Rperiod ["quote_mode" 1]] ;; >
[:t :!Rperiod ["quote_mode" 1]] ;; >
[:spacebar :backslash ["quote_mode" 1]] ;; 转义符 \\
[:g [:!Rhyphen :!Rperiod] ["semi_mode" 1]] ;; =>
[:g [:hyphen :!Rperiod] ["quote_mode" 1]] ;; ->
]}

0 comments on commit b3c15f4

Please sign in to comment.