edamagit icon indicating copy to clipboard operation
edamagit copied to clipboard

[bug] Process.magit window not refreshed by `g r`

Open MarcoBuess opened this issue 2 years ago • 2 comments

See title. Running g r doesn't refresh the process.magit window to show the git command that was run. The command is only shown when closing and re-opening process.magit.

Environment

VSCode: 1.64.0
Edamagit: 0.6.26
OperatingSystem: Windows 10 (10.0.19042)

MarcoBuess avatar Feb 07 '22 08:02 MarcoBuess

Pressing g should update any magit view. g r is not a keybinding in edamagit, but yeah this seems like a bug. However, I'm not able to reproduce it myself..

kahole avatar Feb 21 '22 11:02 kahole

help.magit lists g r as refresh current buffer under Essential commands. I believe this could be an interference with the VSCodeVim extension. Pressing g expects another chord and doing gg gets my cursor to the top, which is in fact a Vim behavior. Any keybindings available that get around this? Like those described in the REAMDE? As a VSCodeVim user, you wouldn't be able to refresh any buffers.

MarcoBuess avatar Feb 21 '22 15:02 MarcoBuess