""""""""""""""""""""""""""""""""""""""""""""""""""
" Get content of work directory 10/06/13
""""""""""""""""""""""""""""""""""""""""""""""""""
imap <C-p> <ESC>:let @"=getcwd()<CR>""pa
nmap <C-p> <ESC>:let @"=getcwd()<CR>""p
" You also can do it like this in command mode:
:redir @"
:pwd
:redir END