diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-08-28 13:12:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 13:12:18 +0200 |
| commit | 21ac700ef77c80399248d05a06d317738b5aaa3e (patch) | |
| tree | 19a94d1399f8fd60933f92fd9a57c94d27a1e30d /.vimrc | |
| parent | 06fad82d5772751193d8785bc80b6b67503b128a (diff) | |
move .vimrc to cfg/
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -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 -set guicursor=n-v-c-i:block -set number |