From: Simon Ruderich Date: Sun, 26 Feb 2012 03:39:05 +0000 (+0100) Subject: vimrc: Only use spelling maps in normal mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a39201b0d380fa6435dbc5b0527ac19c06092798;p=config%2Fdotfiles.git vimrc: Only use spelling maps in normal mode. --- diff --git a/vimrc b/vimrc index 11aae8d..7bd931f 100644 --- a/vimrc +++ b/vimrc @@ -294,9 +294,9 @@ nnoremap O po " Maps to change spell language between English and German and disable spell " checking. if exists('+spell') - noremap sn :set nospell - noremap se :set spell spelllang=en_us - noremap sd :set spell spelllang=de_de + nnoremap sn :set nospell + nnoremap se :set spell spelllang=en_us + nnoremap sd :set spell spelllang=de_de endif " Add semicolon to the end of the line. Thanks to