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

Byobu + Tmux Tips # 2014-01-22

Changing postgres password and warning

How to explode DEBian package file.