Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Finally spent a minute to track this down a bit better. Typing Recalling/running a Perhaps this is best resolved in fzf.vim; I've opened junegunn/fzf.vim#1346. |
Beta Was this translation helpful? Give feedback.
-
When I issue :Git push, its output is written outside of a window, with the common "Press Enter or type a command to continue" prompt following.
When I issue :Git commit -am "message", the output is captured into a new vim window. Is there a variant invocation that would dispatch its output more like :Git push does?
:!git commit -am "message" is an option, but it :Git is more useful because it takes into account the directory path of the file in the active buffer.
Beta Was this translation helpful? Give feedback.
All reactions