In vi editor: 'n' finds next occurrence, 'j' moves down, '$' moves to end of line - all cursor movements. However, 'a' switches to insert mode AFTER current cursor position to append text. It's not a cursor movement command but rather a mode-switching command for text entry.