feat(mappings): copy path

This commit is contained in:
Ruslan
2026-07-21 12:10:18 +03:00
parent 3fd521f08a
commit 38be1f6e74
+4
View File
@@ -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", "<F12>", "<cmd>PrtChatToggle<CR>")
vim.keymap.set('n', '<leader>cp', function()
vim.fn.setreg('+', vim.fn.expand('%'))
end, { desc = 'Copy file path' })