added spell word list and <Leader>ss

This commit is contained in:
Jonas Forsberg 2020-08-18 13:12:52 +02:00
parent f6170a799a
commit 68f72b0e87
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
2 changed files with 7 additions and 0 deletions

4
.vim/spell/en.utf-8.add Normal file
View File

@ -0,0 +1,4 @@
Ceph
Gonnolly
HBA
BOM

3
.vimrc
View File

@ -11,6 +11,7 @@ nnoremap <Down> :echo "No Down for you!"<CR>
vnoremap <Down> :<C-u>echo "No Down for you!"<CR>
inoremap <Down> <C-o>:echo "No Down for you!"<CR>
" Basic vim settings
set title
set number
@ -23,6 +24,8 @@ syntax on
nnoremap <SPACE> <Nop>
let mapleader=" "
map <Leader>ss mm[sz=1<Return>`m
filetype indent plugin on
" Global tab settings