diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-02 17:02:21 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-02 17:02:21 +0100 |
| commit | 05258ec05a387a876c9e62f2c4a18c11ef1d0780 (patch) | |
| tree | 177d7c1ad9e1e1a1947aef5029536d125cf53779 /vimrc | |
| parent | c558ab1d4a0122d7967847a216059dd2d1a8b8ba (diff) | |
| download | dotfiles-05258ec05a387a876c9e62f2c4a18c11ef1d0780.tar.gz dotfiles-05258ec05a387a876c9e62f2c4a18c11ef1d0780.zip | |
vim: Control+S will also write in normal mode
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <C-S> <ESC>:w<CR> +nnoremap <C-S> :w<CR> |
