blame.nvim icon indicating copy to clipboard operation
blame.nvim copied to clipboard

Project Ideas

Open CKolkey opened this issue 10 months ago • 9 comments

Just some initial impressions:

  • In the blame window, I would expect <esc> and q to close it.
  • You can use an autocommand on the BufUnload to ensure https://github.com/FabijanZulj/blame.nvim/blob/main/lua/blame/window_blame.lua#L40 gets called.
  • Navigation through the blame-stack a-la github by hitting <cr> on the specific line

Great work - looking forward to seeing this progress :)

CKolkey avatar Aug 14 '23 14:08 CKolkey