diff options
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +set tabstop=4 +set shiftwidth=4 +syntax on +filetype plugin on +set backspace=indent,eol,start +nnoremap <C-S> :w<CR> +inoremap <C-S> <Esc>:w<CR>a |
| index : jstmaxlol.git | ||
| cz's dotfiles, random scripts and utils |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .vimrc | 7 |
@@ -0,0 +1,7 @@ +set tabstop=4 +set shiftwidth=4 +syntax on +filetype plugin on +set backspace=indent,eol,start +nnoremap <C-S> :w<CR> +inoremap <C-S> <Esc>:w<CR>a |