This commit is contained in:
sadan 2024-05-26 11:49:01 -04:00
parent 378e25338a
commit c8c07c75fd
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -72,3 +72,4 @@ vim.keymap.set("n", "<leader>e", function()
-- print((":e " .. string.gsub(vim.fn.expand("%"), '(.*/)(.*)', '%1')));
vim.api.nvim_feedkeys((":e " .. string.gsub(vim.fn.expand("%"), "(.*/)(.*)", "%1")), "L", false)
end)
vim.keymap.set("n", "<leader>c", ":let @+=@\"<CR>")