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

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade