aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:36:35 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 14:36:35 +0100
commit9c8b645502e7219dfc05807131ba88623ae362b2 (patch)
tree71b4913eb602067afd8b320552f393e140f08706 /vimrc
parent2427eb94b164947b0b8b03abe788f9aa7c8dfc7f (diff)
downloaddotfiles-9c8b645502e7219dfc05807131ba88623ae362b2.tar.gz
dotfiles-9c8b645502e7219dfc05807131ba88623ae362b2.zip
vim: another typo.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index dbc56eb..5603bbc 100644
--- a/vimrc
+++ b/vimrc
@@ -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>