feat(mappings): copy path
This commit is contained in:
@@ -45,3 +45,7 @@ vim.keymap.set("n", "<C-M-k>", "<cmd>cprev<CR>")
|
||||
|
||||
vim.keymap.set("n", "<F12>", "<cmd>PrtChatToggle<CR>")
|
||||
|
||||
vim.keymap.set('n', '<leader>cp', function()
|
||||
vim.fn.setreg('+', vim.fn.expand('%'))
|
||||
end, { desc = 'Copy file path' })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user