Answers for "how to change the tab space in vim"

6

vim change tab size

set tabstop=4
Posted by: Guest on March-07-2020
1

set tab length vim

set shiftwidth=0
set tabstop=4
Posted by: Guest on March-27-2020
0

linux vim set tab to 4 spaces

syntax enable
Posted by: Guest on July-03-2020

Browse Popular Code Answers by Language