Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>alias vi nedit :)</p> <p>all humor aside.. for vi WHEN NOT using nedit.. </p> <ul> <li><code>i</code> (switch to insert mode) </li> <li><code>a</code> (append = move to end of line and switch to insert mode) </li> <li><code>esc</code> (exit insert mode)</li> <li><code>dd</code> delete a line </li> <li><code>x</code> delete a character </li> <li><code>:wq</code> (save and quit) </li> <li><code>/</code> start a search </li> <li><code>n</code> find Next </li> <li><code>?</code> search backwards..</li> <li><code>yy</code> (yank) copy a line to the buffer</li> <li><code>pp</code> (paste) paste it here</li> <li><code>r</code> (replace a character)</li> <li><code>&lt;N&gt; &lt;command&gt;</code> this is a neat - but aggravating feature that lets you type digits and then a command so</li> <li><code>5dd</code> will delete 5 lines </li> </ul> <p>but at this point you might as well - <code>man vi</code> and refresh your memory </p> <p>While there are LOTS more, I switched from Vi to nedit several years ago, which I find has more features I can use on a regular basis more easily. Tabbed editing, incremental search bar, column select, copy and paste. sort selected lines, search and destroy within selection, whole doc or all open docs.. tear-off drop down menus.. and it supports syntax highlighting for all the languages I use.. (with pattern files I've used a long time over the years. VIM many now be equivalent, but It has to introduce a feature that Nedit doesn't and an easy way to migrate my pattern files before I switch again. </p>
 

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