fix: collection of small fixes
This commit is contained in:
@@ -49,6 +49,7 @@ leader("ef", function()
|
||||
local file = vim.api.nvim_buf_get_name(0)
|
||||
MiniFiles.open(vim.uv.fs_stat(file) and file or nil)
|
||||
end, "File directory")
|
||||
leader("ey", function() vim.fn.setreg("+", vim.api.nvim_buf_get_name(0)) end, "Yank absolute path")
|
||||
|
||||
-- Find
|
||||
leader("fb", function() MiniPick.builtin.buffers() end, "Buffers")
|
||||
|
||||
Reference in New Issue
Block a user