A-6 i.LON Console Application Referencenk - Get nth previous command in history.n- - Same as k.nj - Get nth next command in history.n+ - Same as j.nh - Move left n characters.BACKSPACE - Same as h.nl - (letter el) Move right n characters.SPACE - Same as l.nw - Move n words forward.nW - Move n blank-separated words forward.ne - Move to end of the nth next word.nE - Move to end of the nth next blank-separated word.nb - Move back n words.nB - Move back n blank-separated words.fc - Find character c, searching forward.Fc - Find character c, searching backward.^ - Move cursor to first non-blank character in line.$ - Go to end of line.0 - Go to beginning of line.Insert commandsInput is expected until ESC is pressed.a - Append.A - Append at end of line.c SPACE - Change character.cl - Change character.cw - Change word.cc - Change entire line.c$ - Change everything from cursor to end of line.C - Same as c$.S - Same as cc.i - Insert.I - Insert at beginning of line.R - Type over characters.Editing commandsnrc - Replace the following n* characters with c.nx - Delete n* characters starting at cursor.nX - Delete n* characters to the left of the cursor.d SPACE - Delete character.dl - Delete character.dw - Delete word.dd - Delete entire line.d$ - Delete everything from cursor to end of line.D - Same as d$.p - Put last deletion after the cursor.P - Put last deletion before the cursor.u - Undo last command.