Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

dotvim

My ViM configuration.

Works on GNU/Linux and macOS.

Before you continue reading

You'll need ViM 8.2 or higher.

Normal mode

  • Leader is ,
  • ,l => Clear search highlight
  • ,n => Open new empty buffer
  • ,o => Open file in current directory
  • Ctrl + h => Move to the previous buffer
  • Ctrl + l => Move to the next buffer
  • ,bq => Close buffer and go to the previous one
  • ,bl => List buffers
  • F2 => Toggle line numbers
  • F3 => Toggle paste mode

Insert mode

  • jj => Back to normal mode