top | item 3685704 (no title) hallnoates | 14 years ago This feature of vi/vim along with not being able to save and quit as quickly as I can in emacs (ctrl-s ctrl-x, baby, none of that :q! shite) is the reason I use emacs. I totally respect those that use vim, but I'm not a freaking machine. discuss order hn newest ghostwords|14 years ago To save with [Esc],w add the following to your ~/.vimrc " remap <Leader> to , let mapleader = "," " save with ,w nmap <Leader>w :w<CR> mgedmin|14 years ago I can hit ZZ faster than ctrl-x ctrl-s ;) wazoox|14 years ago :x or ZZ instead of :wq wins :)
ghostwords|14 years ago To save with [Esc],w add the following to your ~/.vimrc " remap <Leader> to , let mapleader = "," " save with ,w nmap <Leader>w :w<CR>
ghostwords|14 years ago
mgedmin|14 years ago
wazoox|14 years ago