diff options
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
![]() |
index : dotvim.git | |
| .vim config files | Hugues Hiegel |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | vimrc | 2 |
@@ -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> |