Skip to content

Instantly share code, notes, and snippets.

@cwarden
Created May 1, 2012 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwarden/2572023 to your computer and use it in GitHub Desktop.
Save cwarden/2572023 to your computer and use it in GitHub Desktop.
convert 4-space indents to tabs and set tabstop to 3
nnoremap <leader>4t3 :set tabstop=4 noexpandtab<cr>:retab!<cr>:set tabstop=3 shiftwidth=3<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment