Skip to content

Instantly share code, notes, and snippets.

@nongiach
Created August 22, 2018 08:44
Show Gist options
  • Save nongiach/b7404defbca26b3d0c12b45f53c41a79 to your computer and use it in GitHub Desktop.
Save nongiach/b7404defbca26b3d0c12b45f53c41a79 to your computer and use it in GitHub Desktop.
set undofile
" ;; to save instead of <Esc>:w<CR>
nmap ;; :w<CR>
imap ;; <Esc>:w<CR>
" ;q to quit instead of <Esc>:q<CR>
nmap ;q :q<CR>
imap ;q <Esc>:q<CR>
" ;x to save and quit instead of <Esc>:x<CR>
nmap ;x :x<CR>
imap ;x <Esc>:x<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment