diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:34:08 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 14:34:08 +0100 |
| commit | 2427eb94b164947b0b8b03abe788f9aa7c8dfc7f (patch) | |
| tree | 19a00e2629adf36319a30f3b106b9550c61ce0e1 | |
| parent | 163b72d59d8f27d5ad8e99630498daae927a1dd5 (diff) | |
| download | dotfiles-2427eb94b164947b0b8b03abe788f9aa7c8dfc7f.tar.gz dotfiles-2427eb94b164947b0b8b03abe788f9aa7c8dfc7f.zip | |
vim: being more formal.
| -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 = "," -" Control + S in insert mode: switch to normal mode and write to disk. +" <C-S> in insert mode: switch to normal mode and write to disk. inoremap <C-S> <ESC>:w<CR> nnoremap <C-S> :w<CR> |
