diff --git a/.vimrc b/.vimrc index 315c090..d10f7e1 100644 --- a/.vimrc +++ b/.vimrc @@ -22,7 +22,6 @@ function! Spelling(lang) endif endfunction - nnoremap :echo "No left for you!" vnoremap :echo "No left for you!" inoremap :echo "No left for you!" @@ -48,12 +47,14 @@ syntax on nnoremap let mapleader=" " + map ss :call FixLastSpellingError() map u1 :call MakeHeading(1) map u2 :call MakeHeading(2) map ls :call Spelling("sv") map le :call Spelling("en") map lo :call Spelling("off") +map pass :r! pwgen 25 1 filetype indent plugin on