Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 303 Bytes

VIM.md

File metadata and controls

13 lines (12 loc) · 303 Bytes

vi mode

  • q : quite
    • q!: force quit
  • w : save
  • ?regex : search
  • split / sp : split window vertically
    • CTRL + W: switch between windows
  • vsplit / vsp : split window horizontally
  • G: goto last line of file

command mode

  • dd: delete current line
  • gg : go to start