Created
July 30, 2009 20:52
-
-
Save juque/158929 to your computer and use it in GitHub Desktop.
This file contains 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
** hmedina ** | |
Descargar django | |
http://www.djangoproject.com/download/ | |
colorscheme darkblue | |
set guifont=Monaco\ 13 " My favorite font | |
set directory=/tmp | |
set backupdir=/tmp | |
set encoding=utf-8 | |
iab \f\ <c-r>=strftime("%Y-%m-%d %H:%M:%S")<cr> | |
iab \.\ - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
iab \..\ - - - - - - - - - - - - - */ | |
iab \*\ /** <CR> * <CR> * <CR> * - - - - - - - - - - - - - */ | |
imap ,t <Esc>:tabnew<CR> | |
nmap <C-V> "+gP | |
imap <C-V> <ESC><C-V>i | |
vmap <C-C> "+y | |
let g:miniBufExplSplitBelow=1 | |
map b :MiniBufExplorer<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment