diff --git a/vim/settings/yadr-keymap.vim b/vim/settings/yadr-keymap.vim index b6f0acf..d6ee932 100644 --- a/vim/settings/yadr-keymap.vim +++ b/vim/settings/yadr-keymap.vim @@ -131,6 +131,7 @@ imap <% %>2hi " copy current filename into system clipboard - mnemonic: (c)urrent(f)ilename " this is helpful to paste someone the path you're looking at nnoremap ,cf :let @* = expand("%:~") +nnoremap ,cr :let @* = expand("%") nnoremap ,cn :let @* = expand("%:t") "Clear current search highlight by double tapping //