Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Vim Tricks Español

Vim Tricks Español

A collection of Vim tricks, some very basic, and some very advanced.

Max Holzheu

February 13, 2018
Tweet

More Decks by Max Holzheu

Other Decks in Programming

Transcript

  1. Go to the end of the line + enter Insert

    mode Shift + A @maxholzheu
  2. Sets the line numbers to be relative to the cursor’s

    position :set relativenumber @maxholzheu