You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fzf diffed file results does not start from the current command line location, but from the bottom
In the above example, gd with a commit selected (HEAD^) disables preview keybinding (?)
Hitting enter does not use the whole screen for the pager, cropped horizontally
Further information:
I am using wezterm over ssh domain. Without ssh, the disabled preview keybinding. I also suspect this can be a less pager problem (that my delta pager uses)
The text was updated successfully, but these errors were encountered:
fzf diffed file results does not start from the current command line location, but from the bottom
This is just how fzf works. You can move this to the top of your terminal, e.g. by setting FORGIT_FZF_DEFAULT_OPTS="--padding=0,0,49%" but AFAIK there is no option in fzf to start from the current command line location.
In the above example, gd with a commit selected (HEAD^) disables preview keybinding (?)
Could you please explain what exactly you mean with this? I can toggle the preview with ?, which is the intended behavior, see
Hitting enter does not use the whole screen for the pager, cropped horizontally
This is an issue with how the side-by-side diff is implemented in delta. This has already been raised in #121 and you should be able to work around it with #121 (comment).
Check list
Environment info
Problem / Steps to reproduce
delta
for pagergd
Issues:
HEAD^
) disables preview keybinding (?
)enter
does not use the whole screen for the pager, cropped horizontallyFurther information:
I am using wezterm over ssh domain. Without ssh, the disabled preview keybinding. I also suspect this can be a less pager problem (that my delta pager uses)
The text was updated successfully, but these errors were encountered: