dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 465bacf8e38c2be59f8573c709e7e330ca8aea9a
parent 32e1fd009b5862ac9087ae8503407957d3e2e4ad
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat,  8 Aug 2015 20:03:26 -0700

Vim: Clean up comments

Diffstat:
vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -266,8 +266,8 @@ inoremap jj <Esc> " make ctrl+c completely like ESC inoremap <C-c> <Esc><Esc> -" ZZ is save and quit and ZQ is just quit -" make ZS save without closing +" ZZ is save and quit and ZQ is just quit, so... +" make ZS to save without closing nnoremap ZS :w<CR> " make ZA save and quit all windows nnoremap ZA :wqall<CR>