Replies: 2 comments
-
See For example |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could also add something like this to your vimrc: au CursorMoved * if gitgutter#hunk#in_hunk(line(".")) | GitGutterPreviewHunk | else | pclose | endif |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Andy,
right now i use : K to navigate to the hunk preview window, followed by :q to close the window.
I wonder if there is shortcut to close the preview window without moving onto it?
Or, even better, is there a way to make the window close after the cursor moved away from the changed line?
Thank you
AZ
Beta Was this translation helpful? Give feedback.
All reactions