diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-11 20:56:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 20:56:30 +0100 |
| commit | 80def07cbe990a31b318b8b63fb920be5aca4992 (patch) | |
| tree | 80ac45b7ec2702dd4636376220bfde2fb224cac5 | |
| parent | ac08e3e3c28d41d5531e64dde0a3e3fc9d80caf0 (diff) | |
> add my custom .vimrc
| -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 |