Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Unable to delete/change by "searching" #10

Open
jiripospisil opened this issue Jan 12, 2014 · 1 comment
Open

Unable to delete/change by "searching" #10

jiripospisil opened this issue Jan 12, 2014 · 1 comment

Comments

@jiripospisil
Copy link

In Vim I can easily delete text (or change with c) by pressing d/ and typing some letters. For example (cursor at [0,0]):

ba a a a
a a a be

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.

@cldwalker
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants