diff --git a/lua/custom/fzf_lua.lua b/lua/custom/fzf_lua.lua index a48381f..c073c2f 100644 --- a/lua/custom/fzf_lua.lua +++ b/lua/custom/fzf_lua.lua @@ -139,6 +139,14 @@ end, { desc = "Live grep in current file" }) keymap("n", "fml", function() fzf_lua.marks() end, { desc = "FZF: find marks list" }) keymap("n", "fmp", function() fzf_lua.man_pages() end, { desc = "FZF: find available man pages" }) keymap("n", "fds", function() fzf_lua.lsp_document_symbols() end, { desc = "Grep: Document symbols" }) +-- keymap("n", "fgb", function() fzf_lua.git_blame() end, { desc = "Grep: Document symbols" }) +keymap("n", "fgb", function() + fzf_lua.git_blame({ + winopts = { + preview = { hidden = "hidden" } + } + }) +end, { desc = "Grep: Document symbols" }) keymap("n", "ft", function() fzf_lua.tabs() end, { desc = "Pick opened tabs" }) keymap("n", "fn", function()