diff options
| author | kj_sh604 | 2025-10-08 12:28:18 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-08 12:28:18 -0400 |
| commit | 3b893dabb0674348badad84a0bbcad97c1aeaa6e (patch) | |
| tree | 761434d9e7415fce8b715bad3589ab65bde628bb /.code-vimrc | |
| parent | 54ae1383f6d1653a4421d4497885e09ea591b91f (diff) | |
refactor: remove unused vimrc pieces
Diffstat (limited to '.code-vimrc')
| -rw-r--r-- | .code-vimrc | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/.code-vimrc b/.code-vimrc index 56fd291..e75a9dc 100644 --- a/.code-vimrc +++ b/.code-vimrc @@ -1,25 +1,3 @@ -filetype plugin on -syntax on -filetype indent on -set autochdir -set autoindent -set cursorline -set expandtab -set hlsearch -set ignorecase -set listchars=tab:>-,trail:~,extends:>,precedes:<,space:. -set mouse=a -set number -set relativenumber -set shiftwidth=4 -set showmatch -set smartcase -set softtabstop=4 -set tabstop=4 -set termguicolors -set ttimeout -set ttimeoutlen=0 -set ttyfast nnoremap <C-d> <C-d>zz nnoremap <C-u> <C-u>zz nnoremap n nzzzv @@ -27,4 +5,4 @@ nnoremap N Nzzzv vnoremap <C-c> "+y vmap <C-x> "+x map <C-p> "+p -map <Leader>p "+P
\ No newline at end of file +map <Leader>p "+P |
