How to quit Vim
October 13, 2020
- Install latest version of Vim
- Open a file in Vim
- ⌘-Q and close the terminal
- Reopen terminal
This is obviously a joke, it's impossible to quit Vim.
This is obviously a joke, it's impossible to quit Vim.
In terminal
How to save a file with sudo in VIM
I often move lines around in vim so I have created mappings to make this easier. These map to ⌘-j for move down and ⌘-k for move up. Works in normal, insert, and visual modes. vim nnoremap <D-j> :m…