Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 21st, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. set nu
  2. set wrap!
  3. set tabstop=4
  4. set showmatch
  5. set tags=./tags,tags
  6. set background=light
  7. colorscheme google
  8. syntax on
  9. :map <F1> a<C-R>=strftime("//shonmou modidy at %c")<CR><Esc>
  10. :map <F2> a<C-R> printf("===Function:%s,Line:%d===\n",__FUNCTION__,__LINE__);<CR><ESC>