Merge branch 'master' into wsl

This commit is contained in:
Christoph J. Scherr 2023-07-06 13:17:20 +02:00
commit a12dae8711
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ map <Leader>% :split<CR>
" join with <leader>j
nnoremap <leader>j :join<CR>
" move screen a line up/down with alt U/D
nmap <A-u> kzz
nmap <A-d> jzz
" spell checking -----------------------------------------------------------------------------------
set spell spelllang=en