steve21168

Results 4 comments of steve21168

I came here for this feature as well. My use case is that I frequently copy the file name to my clipboard using: `expand('%')` and use that to share with...

+1 for this feature

@joshmfrankel Hi thanks for the response. This should fix the GH api url issue. Unfortunately I still suffer from the alpine image issue. Just tested and I get an error...

> > So, I tried testing something. I created an autocmd > > ```lua > > vim.api.nvim_create_autocmd("CmdlineChanged", { > > group = vim.api.nvim_create_augroup("update_search_redraw", {}), > > desc = "Update search...