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
Some key sequences in devil mode are repeatable such as ,ppp will result in C-p C-p C-p (moving down three lines). Can there be a way to indicate visually (a change in cursor color to some bright color would be rather cool) how long the devil key sequences are in repeatable mode.
This avoids the confusion if someone looses the track if they are still in repeatable mode or not. I actually tend to continue pressing p p p without realising that the repeat mode is already deactivated and tend to insert unseen bugs in my code.
Thank you!
The text was updated successfully, but these errors were encountered:
I recently started using devil-mode and having a visual indicator, when it is possible to repeat some keys was something I really missed. So I made a quick draft, how this could be achieved: main...fbrosda:devil:highlight-repeatable
Before setting up a pull request I would like to have some feedback if this approach would be fine in general and how much should be customizable by the user?
Hi, thanks for implementing this. Give a decent visual indication when devil mode is active. One improvement that I would suggest is to put back the mode line Color back to the default so that it doesn't mess up with colorscheme
Thanks for the feedback. The version in the pull request now remembers the original colors and restores these. Note, the feature is disabled by default and you need to set devil-highlight-repeatable to t to activate it. Happy to incorporate further feedback, if there is any.
Some key sequences in devil mode are repeatable such as ,ppp will result in C-p C-p C-p (moving down three lines). Can there be a way to indicate visually (a change in cursor color to some bright color would be rather cool) how long the devil key sequences are in repeatable mode.
This avoids the confusion if someone looses the track if they are still in repeatable mode or not. I actually tend to continue pressing p p p without realising that the repeat mode is already deactivated and tend to insert unseen bugs in my code.
Thank you!
The text was updated successfully, but these errors were encountered: