From 0af739f15b324fd491d12692251ab318d9613ede Mon Sep 17 00:00:00 2001 From: theo Date: Fri, 8 Jun 2018 13:31:07 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f59aa2b..72bf859 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# usefull-oneliners +# Usefull Oneliners -Usefull Oneliners \ No newline at end of file +## vim + +* Set tab to 4 spaces: `set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab` + + +References +------ +* https://stackoverflow.com/questions/1878974/redefine-tab-as-4-spaces \ No newline at end of file