HOW TO GET STARTED WITH VIM

Vi is a text editor created for Unix users. The original code for vi was written by Bill Joy in 1976, as the visual mode for a line editor called ex that Bill had written with Chuck Haley. The ex 1.1 editor was released as part of the first BSD Unix release in 1978. With the release of the 2.0 version of ex, in May 1979, the editor was installed under the name “vi”. Today this is commonly referred to as vi or vim editor.

Vim is an improved version of Bill Joy’s vi. It was written by Bram Moolenaar and was released in 1991. Vi is commonly used by Linux users to edit configuration files and also by developers working over shell scripts or other popular coding languages.

Here are some of the reasons why you should familiarize yourself with vi:

  • vi is the closest to universal you’ll ever get
  • It’s plagued with useful shortcuts
  • It’s free
  • It can be used to write documents, code, shell scripts, you name it
  • It has a very sophisticated search system, including regex pattern matching, among other things

In today’s post, we will show you how to use vi more effectively.

VI EDITOR BASICS:

To open an existing file such as test.sh, you will have to use the command- vi test.sh. If the file does not exist, then the file will be created. By default, when you open a file using vi editor, the editor will be in view-only mode.

In order to edit this file, you need to press “i” on your keyboard. This will allow you to edit the file.

To save a file, press Esc and type :wq. This will save the file and exit the editor. You can do the same by typing Esc and “ZZ

In case you want to quit without saving changes, you can use Esc and type :q!

To enter any command, you first need to get to the command mode by pressing Esc. 

These are some of the most basic shortcuts for vi

CURSOR MOVEMENT OPTIONS:

These are shortcuts which help you position your cursor within the file.

  • h – moves the cursor to the left. Similar to backspace
  • j – moves down
  • k – moves up
  • l – moves right. Similar to a space bar
  • Return key/Enter Key – Takes you to the beginning of the next line
  • –  takes cursor to the first non-blank column of the current line
  • – moves to the beginning of the next word or a punctuation mark
  • W – moves past the next space
  • b – moves to the beginning of the previous word or a punctuation mark
  • B – moves to the beginning of the previous word and ignores punctuation mark
  • e – End of next word or punctuation mark
  • E – end of next word and ignores punctuation mark
  • H – moves the cursor to the top of the screen
  • M – moves the cursor to the middle of the screen
  • L – moves the cursor to the bottom of the screen

SCREEN MOVEMENT OPTIONS:

These shortcuts are useful while editing a large file.

  • G – moves to the last line in the file
  • xG – moves to line x within the file
  • z+ – moves current line to the top of the screen
  • z- – moves current line to the bottom of the screen
  • ^F – move forward one screen. Similar to page down
  • ^B – move backward one line
  • ^D – move forward one half screen
  • ^U – move backward one half screen

INSERT OPTIONS:

These shortcuts help you to insert or append within a file.

  • r – replaces the character highlighted by the cursor with the next typed character
  • R – keeps replacing the characters until escape is hit. Used when more than one character needs to be replaced
  • i – Insert before the cursor position
  • a – append after the cursor
  • A – append at end of the line
  • O – provides empty line above the cursor to add any content

DELETE OPTIONS:

These shortcuts will help you quickly delete contents within a file.

  • x – deletes a character at the cursor position
  • dd – deletes complete line under cursor position
  • dw – deletes word under cursor position
  • db – deletes word before the cursor position

CODING OPTIONS:

  • yy – Also referred as Yank, it can be used to copy lines and then paste by using the put (p) command. Precede with a count to copy multiple lines
  • P – Put command, Brings back previous deletion or yank of lines or words or characters. Places this before the cursor position
  • – Put command. Places this after the cursor position
  • . – A dot is used to repeat the last command
  • u – undoes the last command
  • U – undoes all executed commands on one line
  • xp – Character swap. Used to swap two characters
  • J – Joins current line with next line
  • ^G – displays current line number
  • % – If at one parenthesis, will jump to its end or start matching parenthesis
  • mx – Marks current line with character x
  • ‘x – Finds line marked with character x
  • :$ – Move to the last line of the file
  • :# – The command followed by a number will move to the line number which is specified
  • :w – saved the current file without quitting
  • :r filename – copies contents of the file mentioned in the command and places it in the current file after the cursor position 
  • ? – Command is used with a word to be searched. Finds a word going backward
  • / – Command is used with a word to be searched. Finds a word going forward
  • f – finds a character on the line under the cursor going forward
  • F – finds a character on the line under the cursor going backward

These commands should be more than enough to get you started with vim.

Once you get comfortable with it, you’ll never look back!

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

Sat Sun Mon Tue Wed Thu Fri
 1234
567891011
12131415161718
19202122232425
262728293031  

Over 20000 Satisfied Customers!

From 24/7 support that acts as your extended team to incredibly fast website performance

Zelt staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue!

author
Technician, Diageo PLC

I'm using Zelt for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly.

author
Photographer, Allister Freeman

Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all.

author
Actor, A&J Artists

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Technician, Diageo PLC

Anytime I've had a problem I can't solve, I've found Zelt to be diligent and persistent. They simply won't let an issue go until the client is happy.

author
Doctor, SmartClinics

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Freelancer, Fiverr

24/7 World-Class Support

Ran into trouble? Contact our Customer Success team any time via live chat or email.

  • Receive professional WordPress support
  • Our specialists are available round
Get Support