Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 923 Bytes

VimEditor.md

File metadata and controls

11 lines (10 loc) · 923 Bytes

Vim editor Commands

Command
Press i (insert mode) to start entering text
Press <ESC> to escape from insert mode
Press <ESC> and :wq (write and quit) to save entered text and quit
Press :q! to quit editor without saving
Press d to delete character under cursor
Press dd to delete line
Press vimtutor a tutorial file for the Vim editor