From 32ad2a32eabfecf0b4dbaf51f4080b28e4d862c0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 17 Oct 2008 17:59:57 +0200 Subject: [PATCH] Fix my spelling errors when trying to save a file. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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") -- 2.44.1