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"

(Planned)
(Planned)
Line 3: Line 3:
 
* Command Line
 
* Command Line
 
** :w, :<Number>, etc.
 
** :w, :<Number>, etc.
 +
** !<shell command> ??
 
* Normal Mode
 
* Normal Mode
 
** % (find matching parenthesis / bracket)
 
** % (find matching parenthesis / bracket)

Revision as of 11:12, 21 September 2013

Planned

  • Refactor - Move modes to separate files, rename everything from vi to vim
  • Command Line
    •  :w, :<Number>, etc.
    •  !<shell command> ??
  • 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