diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:36:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:36:35 +0100 |
| commit | 9c8b645502e7219dfc05807131ba88623ae362b2 (patch) | |
| tree | 71b4913eb602067afd8b320552f393e140f08706 | |
| parent | 2427eb94b164947b0b8b03abe788f9aa7c8dfc7f (diff) | |
| download | dotfiles-9c8b645502e7219dfc05807131ba88623ae362b2.tar.gz dotfiles-9c8b645502e7219dfc05807131ba88623ae362b2.zip | |
vim: another typo.
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ autocmd FileType go set shiftwidth=4 tabstop=4 let mapleader = "," -" <C-S> in insert mode: switch to normal mode and write to disk. +" <C-S> in insert/normal mode: switch to normal mode and write to disk. inoremap <C-S> <ESC>:w<CR> nnoremap <C-S> :w<CR> |
