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

yoh, Sort dict

Byobu + Tmux Tips # 2014-01-22