Open RyanGreenup opened 4 years ago
I settled on underlining because it was more readable:
I'll leave this open because we should probably add these underlined shortcuts to other submenus.
If anybody wants to make a PR, this involves:
\e[4m
\e[0m
;; publish) shift; ...
would become this:
;; publish|p) shift; ...
I settled on underlining because it was more readable:
I'll leave this open because we should probably add these underlined shortcuts to other submenus.
If anybody wants to make a PR, this involves:
\e[4m
and\e[0m
would become this: