summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bbd981c..e24dd30 100644
--- a/vimrc
+++ b/vimrc
@@ -157,7 +157,7 @@ set mousem=extend
set tabstop=4
set shiftwidth=4
-set noexpandtab
+set expandtab
map U yyp:s/[^ ]/-/g<CR>:noh<CR>
map Y yyp:s/[^ ]/=/g<CR>:noh<CR>