diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-29 08:15:25 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-29 08:15:25 +0100 |
| commit | 932e5682f4edcf566bcdefaac301ab90ce00ffc9 (patch) | |
| tree | 820129eb0613874d862c4cf2cd217eecf92cdd19 /vimrc | |
| parent | a53847e86a1de5a03d6381447ebd5813fd6eb950 (diff) | |
| download | dotfiles-932e5682f4edcf566bcdefaac301ab90ce00ffc9.tar.gz dotfiles-932e5682f4edcf566bcdefaac301ab90ce00ffc9.zip | |
vim: style.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -129,9 +129,9 @@ nnoremap <C-h> <C-w>h nnoremap <C-l> <C-w>l nnoremap <leader>c :close<CR> -" <C-S> in normal/insert mode: switch to normal mode and write to disk. -inoremap <C-S> <ESC>:w<CR> -nnoremap <C-S> :w<CR> +" <C-s> in normal/insert mode: switch to normal mode and write to disk. +inoremap <C-s> <ESC>:w<CR> +nnoremap <C-s> :w<CR> " <C-q> is the same as @q (I use q to store macros). nnoremap <C-q> @q |
