work to priv #2

Merged
PlexSheep merged 5 commits from cscherrNT/configs:master into master 2023-07-06 21:08:52 +02:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 5b27373431 - Show all commits

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