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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
This functionality is available in CodeMirror, LightTable's editor. Try for yourself in this demo. However, LT's current ex-mode only autocompletes to vim LT commands and only processes LT commands.
The latter could be remedied with an ltexec that delegates unknown commands back to CodeMirror:
However, the UI would also have to allow this which it currently doesn't.
Alternatively, we could opt for an optional way to disable LT's ex-command UI but I've tried that and LT still causes CodeMirror's showPrompt to get thrown as an alert box.
I'd love to see the latter solution, appearing the same as the above demo.
After thinking about this more, I'm happy with 32G. We don't have enough bandwidth to tackle this but if anyone is passionate about this, happy to discuss a pull request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
:
enters vim-like ex-mode. In Vim,:32
would jump to line 32.How would I go about adding this as a command function?
Or would this interfere with the behavior of
cmd
+l
which takes a second argument aftercmd
+l
?The text was updated successfully, but these errors were encountered: