Beginning of my VIM
Change tabs to space in vim
- Temporarily
:set tabstop=4
:set expandtab
do command
:retab # after set expandtab to activate above command
- Permanently
add above command by
vi ~/.vimrc
Comments
Post a Comment