mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
things
This commit is contained in:
parent
378e25338a
commit
c8c07c75fd
1 changed files with 1 additions and 0 deletions
|
@ -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>")
|
||||
|
|
Loading…
Reference in a new issue