diff options
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,9 +34,9 @@ nnoremap zl <C-W>< nnoremap zj <C-W>- nnoremap zk <C-W>+ " tab to space -set expandtab -set tabstop=4 -set shiftwidth=4 +" set expandtab +" set tabstop=4 +" set shiftwidth=4 set smarttab set autoindent set smartindent |
