Hello,
I have a question about @ and +. Simply compare @ with +. bind stage co @git checkout %(file) would trigger view refreshing automatically, but bind stage co +git checkout %(file) would not.
I have no idea how to output the first line of the results and refresh the view at the same time. Does anyone could help to fix the problem? Thanks!
@ Run the command in the background with no output.
+ Run the command synchronously, and echo the first
line of output to the status bar.