From: Simon Ruderich Date: Fri, 17 Oct 2008 15:59:57 +0000 (+0200) Subject: Fix my spelling errors when trying to save a file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=32ad2a32eabfecf0b4dbaf51f4080b28e4d862c0;p=config%2Fdotfiles.git Fix my spelling errors when trying to save a file. --- diff --git a/vimrc b/vimrc index a5d20ba..b3a506d 100644 --- a/vimrc +++ b/vimrc @@ -68,6 +68,10 @@ set background=dark let mapleader = "," let maplocalleader = "," +" I often type "W" instead of "w" when trying to save a file. Fix my mistake. +cmap W w +cmap Wq wq + " Disable Apple style movements in MacVim. if has("gui_macvim")