Intro to Vim land

Anita Amini

Aim

My aim is to make you excited enough to try Vim 👻

History

ed, ex, vi, vim, NeoVim?

Vimium

PROS & CONS

Pros Cons
Ergonomic  Learning curve
Speed & Efficiency Config setup
Live in the terminal! 
Processing speed (large files)

COMMANDS

:q 
:w🔑
:e ✍️
:wq 🔑 ⛱
:q!🔫

MODES

 
  insert mode  ✍️ 
  visual mode  👀 
  command mode 👮 
  NORMAL MODE! 

MOTIONS

 

  • <number>dw
  • cw
  • ci", ci(, ci{ etc
  • dot
  • toggling  between line number types
  • 0 begining of line
  • $ end of line
  • xp to swap two characters next to eachother

MACROS

<number>@<letter>

ENHANCEMENT

 

 
  • Increase keyboard speed

  • swap esc key and caps lock

  • disable arrow keys

  • swap colon and semicolon

RESOURCES

Vimtutor

Reddit 

Vimrc

The ✌️ lists method

MacVim or vim emmulator

vim game

Intro to Vim land

By Anita Amini

Intro to Vim land

  • 612