Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 178 Bytes

set-line-numbers-in-vim.md

File metadata and controls

13 lines (9 loc) · 178 Bytes

Set line numbers in Vim

To dislay line numbers when using Vim you can use the following command:

:set number

To turn off line numbers:

:set nonumber