added spell word list and <Leader>ss
This commit is contained in:
parent
f6170a799a
commit
68f72b0e87
4
.vim/spell/en.utf-8.add
Normal file
4
.vim/spell/en.utf-8.add
Normal file
@ -0,0 +1,4 @@
|
||||
Ceph
|
||||
Gonnolly
|
||||
HBA
|
||||
BOM
|
3
.vimrc
3
.vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user