diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-21 19:55:36 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-21 19:55:36 +0200 |
| commit | fb9f1addd3360b450ba3f4cb04d781b4b8ffb0e9 (patch) | |
| tree | b2d47eeca1b383de4a3b97d4a4b0a18775812007 /.vimrc | |
| parent | f83b1d7b530ebcc61bdd288bee08156124be6652 (diff) | |
| parent | c9600030d38442c92ead185fcd8307955c156ec3 (diff) | |
| download | dotfiles-fb9f1addd3360b450ba3f4cb04d781b4b8ffb0e9.tar.gz dotfiles-fb9f1addd3360b450ba3f4cb04d781b4b8ffb0e9.tar.bz2 dotfiles-fb9f1addd3360b450ba3f4cb04d781b4b8ffb0e9.zip | |
Merge branch 'master' of https://github.com/HappyTramp/dotfiles
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 17 |
1 files changed, 9 insertions, 8 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 @@ -51,12 +51,13 @@ set scrolloff=2 " 2 line above scroll set showcmd set cursorline " highlight current line set noshowmode " unnecessary with status bar" +set noshowmatch set autoread " reload files when changes happen outside vim " where to place the .swp files -set backupdir=~/.vim-tmp,~/.tmp,~/tmp,~/var/tmp -set directory=~/.vim-tmp,~/.tmp,~/tmp,~/var/tmp +" set backupdir=~/.vim-tmp,~/.tmp,~/tmp,~/var/tmp +" set directory=~/.vim-tmp,~/.tmp,~/tmp,~/var/tmp " directory to ignore when searching in file tree (works with ctrlp) set wildignore=*/tmp/*,*.o,*.so,*.swp,*.zip,*/node_modules/*,*/vendor/*,.bundle/*,bin/*,.git/* " ctrlp ignore all stuff in the .gitignore |
