Guest User

Untitled

a guest
May 21st, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment