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.
Thanks for the issue. I'm tracking known upstream features like these in #39. While I don't have the bandwidth to look at this now, I'm happy to talk with anyone interested in contributing. From what I can tell, we need to let c/ and d/ passthrough but I don't think passthrough support key combos. After getting past that, we'll need to have an openDialog extension that takes inputs
In Vim I can easily delete text (or change with
c
) by pressingd/
and typing some letters. For example (cursor at [0,0]):Typing
d/be
will delete everything up to "be". It's currently not possible to do with LT. Note that it's actually supported by CodeMirror.The text was updated successfully, but these errors were encountered: