move screen with <C-U>

This commit is contained in:
Christoph J. Scherr 2023-07-06 13:15:53 +02:00
parent 7c3735741b
commit 5b27373431
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