Merge branch 'master' into wsl
This commit is contained in:
commit
a12dae8711
|
@ -104,6 +104,10 @@ map <Leader>% :split<CR>
|
||||||
" join with <leader>j
|
" join with <leader>j
|
||||||
nnoremap <leader>j :join<CR>
|
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 -----------------------------------------------------------------------------------
|
" spell checking -----------------------------------------------------------------------------------
|
||||||
set spell spelllang=en
|
set spell spelllang=en
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue