Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/VimBindings"

(New page: === Planned === * Refactor - Move modes to separate files, rename everything from vi to vim * Command Line ** :w, :<Number>, etc. * Normal Mode ** % (find matching parenthesis / bracket) *...)
 
(Planned)
Line 21: Line 21:
 
** linewise-visual
 
** linewise-visual
 
* Macros
 
* Macros
 +
* Registers
 +
 
=== Completed ===
 
=== Completed ===

Revision as of 11:09, 21 September 2013

Planned

  • Refactor - Move modes to separate files, rename everything from vi to vim
  • Command Line
    •  :w, :<Number>, etc.
  • Normal Mode
    •  % (find matching parenthesis / bracket)
    • <<, >> (indent / unindent)
    • u (undo)
    • fix behaviour of o, O
    • correct behavior of e
    • J (collapse lines)
    • . (repeat last change)
    • improved behaviour for 'c' (eg ciw, caw, ci{, <C>, c$, c0 ...)
    • (,),{,},[,] - move by sentence, paragraph, section
    • marks
  • Visual Mode
    • initial implementation
    • viw, vi{, vi(, vaw, va{ ...
    • u, U, ~
    • visual-block
    • linewise-visual
  • Macros
  • Registers

Completed

Back to the top