Now it has to be specified directly in config during plugin setup. Lets do it more simple way ``` nnoremap <leader>cc :CopyWithContextRelativePath<CR> nnoremap <leader>cC :CopyWithContextAbsolutePath<CR> ```