aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:34:08 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:34:08 +0100
commit2427eb94b164947b0b8b03abe788f9aa7c8dfc7f (patch)
tree19a00e2629adf36319a30f3b106b9550c61ce0e1
parent163b72d59d8f27d5ad8e99630498daae927a1dd5 (diff)
downloaddotfiles-2427eb94b164947b0b8b03abe788f9aa7c8dfc7f.tar.gz
dotfiles-2427eb94b164947b0b8b03abe788f9aa7c8dfc7f.zip
vim: being more formal.
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 0b28e3a..dbc56eb 100644
--- a/vimrc
+++ b/vimrc
@@ -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>