Essentials Vim Cheatsheet that You will ever need
vim code editor alternate logo Here are some Vim cheat sheet including your requests (set nu, set tabstop, etc.) formatted as a table view for quick reference. Vim Common Settings Command Description :set nu Show line numbers :set tabstop=4 Set number of spaces per tab (display width) :set shiftwidth=4 Indentation width for >> and << :set expandtab Convert tabs to spaces :set noexpan...