don't use swapfiles

This commit is contained in:
2025-10-11 15:31:39 +02:00
parent 166a3f87dd
commit a31310e173
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ vim.cmd [[
set incsearch
set guicursor=n-v-c:block-Cursor
set cursorline
set noswapfile
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>
+1
View File
@@ -60,6 +60,7 @@ set tabstop=4
set ttimeoutlen=50
set viewoptions=folds,cursor
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
set noswapfile
syntax on
tnoremap <c-w>c <c-\><c-n><c-w>c
xnoremap H ^