Created
February 26, 2013 01:32
-
-
Save zires/5035012 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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