Use b
instead of (
#42
m4xshen
started this conversation in
Custom Hints
Replies: 1 comment
-
Also use "B" instead of "{": hints = {
["[dcyvV][ia][%(%)]"] = {
message = function(keys) return "Use " .. keys:sub(1, 2) .. "b instead of " .. keys end,
length = 3,
},
["[dcyvV][ia][%{%}]"] = {
message = function(keys) return "Use " .. keys:sub(1, 2) .. "B instead of " .. keys end,
length = 3,
},
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example Message
Use dib instead of di(
Why
Typing
b
is faster than<Shift>9
or<Shift>0
(for QWERTY user).Config
Beta Was this translation helpful? Give feedback.
All reactions