diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-21 19:57:46 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-21 19:57:46 +0200 |
| commit | 3973ad518cb87cfdc34a4830fc349273def9cf68 (patch) | |
| tree | 79bc0ba1abcc8cc71601ab272a7cde52beb42600 | |
| parent | fb9f1addd3360b450ba3f4cb04d781b4b8ffb0e9 (diff) | |
| download | dotfiles-3973ad518cb87cfdc34a4830fc349273def9cf68.tar.gz dotfiles-3973ad518cb87cfdc34a4830fc349273def9cf68.tar.bz2 dotfiles-3973ad518cb87cfdc34a4830fc349273def9cf68.zip | |
undo s19 vimrc merge
| -rw-r--r-- | .vimrc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -33,12 +33,12 @@ nnoremap zl <C-W>< nnoremap zj <C-W>- nnoremap zk <C-W>+ " tab to space -" set expandtab -" set tabstop=4 -" set shiftwidth=4 -" set smarttab -" set autoindent -" set smartindent +set expandtab +set tabstop=4 +set shiftwidth=4 +set smarttab +set autoindent +set smartindent " search set ignorecase set smartcase |
