| Summary: | Vi Keybindings - Text range operations | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Stephen Jahns <s.t.jahns> |
| Component: | Editor | Assignee: | Project Inbox <orion.editor-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker |
| Version: | 4.0 | Flags: | s.t.jahns:
review?
(ken_walker) |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
I have an implementation here: https://github.com/stjahns/orion.client/commit/960d6617a555cfc814fad544aaf4977614b73657 Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |
In Vim, it's common to want to manipulate enclosed ranges, for example, 'di(' will delete everything in the currently enclosing parentheses, or 'yi[' will yank everything in the enclosing square brackets, or 'ciw' will delete the current word and enter insert mode.