12 ms·
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
by hallnoates 15y 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.
- ghostwords 15y agoTo save with [Esc],w add the following to your ~/.vimrc " remap <Leader> to , let mapleader = "," " save with ,w nmap <Leader>w :w<CR>
- mgedmin 15y agoI can hit ZZ faster than ctrl-x ctrl-s ;)
- wazoox 15y ago:x or ZZ instead of :wq wins :)