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 want to turn on relative ruler while executing the jump command. the way i would go about this is as follows: "Ctrl-e": "command:set relativeruler on,command-edit: jump ,command:set relativeruler off"
calling command-edit instantly sends a success state, while expected behavior would be that cancelling the prompt [escape] sends a failure state and completing the prompt [enter] sends a success state
Specifications
Commit hash: d8f7928
OS: Void Linux x86_64
Terminal: urxvt
The text was updated successfully, but these errors were encountered:
Description of the problem or steps to reproduce
i want to turn on relative ruler while executing the jump command. the way i would go about this is as follows:
"Ctrl-e": "command:set relativeruler on,command-edit: jump ,command:set relativeruler off"
calling command-edit instantly sends a success state, while expected behavior would be that cancelling the prompt [escape] sends a failure state and completing the prompt [enter] sends a success state
Specifications
Commit hash: d8f7928
OS: Void Linux x86_64
Terminal: urxvt
The text was updated successfully, but these errors were encountered: