From: Simon Ruderich Date: Fri, 15 Oct 2010 14:10:25 +0000 (+0200) Subject: vimrc: Use noremap where it's useful. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0dc31a4dc0d8558f193c4284d0879c2d1e042856;p=config%2Fdotfiles.git vimrc: Use noremap where it's useful. --- diff --git a/vimrc b/vimrc index 1ae5ef8..d5496e6 100644 --- a/vimrc +++ b/vimrc @@ -234,9 +234,9 @@ nnoremap O po " Maps to change spell language between English and German and disable spell " checking. if v:version >= 700 - map sn :set nospell - map se :set spell spelllang=en_us - map sd :set spell spelllang=de_de + noremap sn :set nospell + noremap se :set spell spelllang=en_us + noremap sd :set spell spelllang=de_de endif " Add semicolon to the end of the line. Thanks to