shayan
Results
1
comments of
shayan
@jamestrew I have the following mapping: ```lua vim.keymap.set("n", "cc", ":exec 'cd' . expand('%:p:h')", { noremap = true, silent = true }) ``` According to your comment, the `find_files` subcommand should...