Vim
Vim copied to clipboard
Port existing CodeMirror features
There are a number of CodeMirror features that this plugin does not have. This issue serves as a meta-issue until these are knocked out. Some of these may be broken out into separate cards. If you care about one of these, make a pull request for it :) Will keep this list up to date:
- [ ] Search/replace with confirm (openDialog)
- [ ] Replace over a range (openDialog)
- [ ] Motions combined with search e.g.
d/be(openDialog) - from #10- We'll need to let
c/andd/passthrough which doesn't seem possible yet
- We'll need to let
- [ ] Search history - needs to be reimplemented to use LT's dialog
- [ ] Expose available ex-commands e.g.
:sortand:global- Iterate over commands and pipe to
handleEx
- Iterate over commands and pipe to
Issues marked with openDialog require an interactive dialog. The current dialog does not handle that yet.