You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered monkeytype and excitedly gave it a whirl.
It's a nice package. Thanks so much for it!
I use the kinda obscure package smart-dash-mode so I don't have to press Shift all the time when writing names_like_these (or when writing CONSTANT_NAMES using Caps Lock).
It just guesses whether you wanted a - or an _ based on the context when you press the - key, and does a pretty good job of it.
I have it on by default across Emacs, which causes smart-dash-inserted _s to be marked as incorrect in monkeytype-mode buffers.
Any ideas what the best approach for adding some smart-dash-mode awareness might be?
The text was updated successfully, but these errors were encountered:
It's something I've considered (I should probably add it to the readme's TODO section) but not for the near future - doesn't seem that straightforward.
Support for smartparens, snippets, etc., would also be really nice to have - mostly for monkeytyping source code. That would be the most realistic typing experience (if you are a programmer), helping you build the right muscle typing memory.
Something you can do atm is simply skip that text (e.g., with arrows or some command), and monkeytype will ignore that section so it won't affect your WPM or accuracy.
I'll leave the issue open and label it as a "New Feature" (worth implementing).
I just discovered monkeytype and excitedly gave it a whirl.
It's a nice package. Thanks so much for it!
I use the kinda obscure package smart-dash-mode so I don't have to press Shift all the time when writing
names_like_these
(or when writingCONSTANT_NAMES
using Caps Lock).It just guesses whether you wanted a
-
or an_
based on the context when you press the-
key, and does a pretty good job of it.I have it on by default across Emacs, which causes smart-dash-inserted
_
s to be marked as incorrect inmonkeytype-mode
buffers.Any ideas what the best approach for adding some
smart-dash-mode
awareness might be?The text was updated successfully, but these errors were encountered: