diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index 79a7bf0..14e8437 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -157,7 +157,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("%:p") +nnoremap ,cf :let @* = expand("%:~") "Clear current search highlight by double tapping // nmap // :nohlsearch