Skip to content

Instantly share code, notes, and snippets.

@mlsmrc
Created September 2, 2020 09:52
Show Gist options
  • Save mlsmrc/3285c357bb850bfc64e52ba7427a8b92 to your computer and use it in GitHub Desktop.
Save mlsmrc/3285c357bb850bfc64e52ba7427a8b92 to your computer and use it in GitHub Desktop.
Handle tab as double space into vimrc file
# Extended version for your laptop
# store this file as ~/.vimrc
set nu
set expandtab
set shiftwidth=2
set tabstop=2
# Shrinked version for KCA/KCAD certification
# store this file as ~/.vimrc
set number expandtab sw=2 ts=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment