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
C-a is currently bound to evil-numbers/inc-at-pt which only works on numbers.
I'm thinking to extend the notion of "incrementing" to "flipping" boolean values. So for example C-a on a line containing True would flip it to False; C-a again would flip it back to True.
The text was updated successfully, but these errors were encountered:
C-a
is currently bound toevil-numbers/inc-at-pt
which only works on numbers.I'm thinking to extend the notion of "incrementing" to "flipping" boolean values. So for example
C-a
on a line containingTrue
would flip it toFalse
;C-a
again would flip it back toTrue
.The text was updated successfully, but these errors were encountered: