summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-08-09 19:30:06 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-08-09 19:30:06 +0200
commite5be81ab60c0de287a083b8f7df4bec23ec99197 (patch)
treef104089419af7ac436d7a28fb120f040ae0574f4
parent7f6642486ab606a86e3eb6ec59130de86b835330 (diff)
Aspell for current file
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 721e6f3..b4ef3ab 100644
--- a/vimrc
+++ b/vimrc
@@ -94,6 +94,7 @@ set noexpandtab
map U yyp:s/[^ ]/-/g<CR>:noh<CR>
map <ESC>Q v/$\n\n<CR>J:.!fmt -tcw78<CR>:noh<CR>
+map <ESC>A :!aspell -c %<CR>:e %<CR>
" Function
" Erase_Sig_but_Your()