Skip to content

Instantly share code, notes, and snippets.

@zires
Created February 26, 2013 01:32
Show Gist options
  • Select an option

  • Save zires/5035012 to your computer and use it in GitHub Desktop.

Select an option

Save zires/5035012 to your computer and use it in GitHub Desktop.
color molokai
nmap <F8> :TagbarToggle<CR>
" ctrl + s save current file
imap <C-s> <Esc>:w<CR>:echo expand("%f") . " saved."<CR>
vmap <C-s> <Esc>:w<CR>:echo expand("%f") . " saved."<CR>
nmap <C-s> <Esc>:w<CR>:echo expand("%f") . " saved."<CR>
" alt + q quit current buffer
imap <A-q> <Esc>:q<CR>
vmap <A-q> <Esc>:q<CR>
nmap <A-q> <Esc>:q<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment