Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can use ViMate.</p> <p><a href="http://www.macupdate.com/info.php/id/27072" rel="noreferrer">http://www.macupdate.com/info.php/id/27072</a></p> <p>This is the list of features already implemented in ViMate. Hope this helps.</p> <h3>Implemented</h3> Movement <ul> <li>k - moveUp</li> <li>j - moveDown</li> <li>l - moveForward</li> <li>h - moveBackward</li> <li>w - moveWordForward</li> <li>b - moveWordBackward</li> <li>e - moveToEndOfWord</li> <li>0 - moveToBeginningOfLine</li> <li>$ - moveToEndOfLine</li> <li><h1>[movement] - move # number of times</h1></li> </ul> Insert <ul> <li>a - insertForward (not repeatable)</li> <li>i - insertBackward (not repeatable)</li> <li>o - insertBelow (not repeatable)</li> <li>O - insertAbove (not repeatable)</li> </ul> Cut <ul> <li>d - cutSelection</li> <li>dd - cutLine (not repeatable)</li> <li>dl,x - cutForward (not repeatable)</li> <li>dh,X - cutBackward (not repeatable)</li> <li>dw - cutWordForward (not repeatable)</li> <li>db - cutWordBackward (not repeatable)</li> <li>de - cutToEndOfWord (not repeatable)</li> <li>d0 - cutToBeginningOfLine</li> <li>D,d$ - cutToEndOfLine</li> </ul> Copy <ul> <li>y - copySelection</li> <li>yy - copyLine (not repeatable)</li> <li>yl - copyForward (not repeatable)</li> <li>yh - copyBackward (not repeatable)</li> <li>yw - copyWordForward (not repeatable)</li> <li>yb - copyWordBackward (not repeatable)</li> <li>ye - copyToEndOfWord (not repeatable)</li> <li>y0 - copyToBeginningOfLine</li> <li>y$ - copyToEndOfLine</li> </ul> Change <ul> <li>c - changeSelection</li> <li>cc - changeLine (not repeatable)</li> <li>cl - changeForward (not repeatable)</li> <li>ch - changeBackward (not repeatable)</li> <li>cw - changeWordForward (not repeatable)</li> <li>cb - changeWordBackward (not repeatable)</li> <li>ce - changeToEndOfWord (not repeatable)</li> <li>c0 - changeToBeginningOfLine</li> <li>c$ - changeToEndOfLine</li> </ul> Paste <ul> <li>P - pasteBefore (hacky near end of file)</li> <li>p - pasteAfter (hacky near end of file)</li> </ul> Scroll <ul> <li>ctrl-e - scrollLineDown (not repeatable, doesn't keep caret in view)</li> <li>ctrl-y - scrollLineUp (not repeatable, doesn't keep caret in view)</li> <li>ctrl-f - scrollLineDown (not repeatable, doesn't keep caret in view)</li> <li>ctrl-b - scrollLineUp (not repeatable, doesn't keep caret in view)</li> </ul>
 

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