Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>@TK Here's the complete list of ViMate commands from <a href="http://starvingcyclist.com/vimate" rel="nofollow noreferrer">Starving Cyclist</a>:</p> <pre><code>Movement: k - moveUp j - moveDown l - moveForward h - moveBackward w - moveWordForward b - moveWordBackward e - moveToEndOfWord 0 - moveToBeginningOfLine $ - moveToEndOfLine #[movement] - move # number of times Insert: a - insertForward (not repeatable) i - insertBackward (not repeatable) o - insertBelow (not repeatable) O - insertAbove (not repeatable) Cut: d - cutSelection dd - cutLine (not repeatable) dl,x - cutForward (not repeatable) dh,X - cutBackward (not repeatable) dw - cutWordForward (not repeatable) db - cutWordBackward (not repeatable) de - cutToEndOfWord (not repeatable) d0 - cutToBeginningOfLine D,d$ - cutToEndOfLine Copy: y - copySelection yy - copyLine (not repeatable) yl - copyForward (not repeatable) yh - copyBackward (not repeatable) yw - copyWordForward (not repeatable) yb - copyWordBackward (not repeatable) ye - copyToEndOfWord (not repeatable) y0 - copyToBeginningOfLine y$ - copyToEndOfLine Change: c - changeSelection cc - changeLine (not repeatable) cl - changeForward (not repeatable) ch - changeBackward (not repeatable) cw - changeWordForward (not repeatable) cb - changeWordBackward (not repeatable) ce - changeToEndOfWord (not repeatable) c0 - changeToBeginningOfLine c$ - changeToEndOfLine Paste: P - pasteBefore (hacky near end of file) p - pasteAfter (hacky near end of file) Scroll: ctrl-e - scrollLineDown (not repeatable, doesn't keep caret in view) ctrl-y - scrollLineUp (not repeatable, doesn't keep caret in view) ctrl-f - scrollLineDown (not repeatable, doesn't keep caret in view) ctrl-b - scrollLineUp (not repeatable, doesn't keep caret in view) Visual Mode: V - highlight line v - visual mode Repeat: 1,2,3... - repeat next command (buggy)</code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload