From 05258ec05a387a876c9e62f2c4a18c11ef1d0780 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 2 Dec 2013 17:02:21 +0100 Subject: vim: Control+S will also write in normal mode --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e27f7db..0d4c5d2 100644 --- a/vimrc +++ b/vimrc @@ -4,7 +4,6 @@ syntax on set encoding=utf-8 " Vim UI -set incsearch set showmatch set showcmd set ruler @@ -42,3 +41,4 @@ let mapleader = "," " Control + S in insert mode: switch to normal mode and write to disk. inoremap :w +nnoremap :w -- cgit v1.2.3