Changeset 27933 for dotfiles

Show
Ignore:
Timestamp:
01/05/09 08:35:38 (4 years ago)
Author:
kozo-ni
Message:

added fullpath copy shortcut

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/kozo-ni/.vimrc

    r27914 r27933  
    179179nnoremap <C-h> :<C-u>help<Space> 
    180180nnoremap <C-h><C-h> :<C-u>help <C-r><C-w><Return> 
     181 
     182" http://my.opera.com/jacob7908/blog/index.dml/tag/VIM 
     183" pull full path name into paste buffer for attachment to email etc 
     184nnoremap <F2> :let @p=expand("%:p")<CR> 
     185 
    181186" }}} 
    182187