Understand Vim Modes Moving Around in Vim Save and Exit Vim Undo or Redo Changes in Vim Cut, Copy and Paste in Vim Find and Replace Text in Vim Other Vim Tips Delete All Lines of a File in Vim Go to Beginning or End of File in Vim Delete Multiple Lines in Vim Go ...
The command doesn't necessarily open a GUI unless you install one. Runninggit mergetoolfor me resulted invimdiffbeing used. You can install one of the following tools to use it instead:meld,opendiff,kdiff3,tkdiff,xxdiff,tortoisemerge,gvimdiff,diffuse,ecmerge,p4merge,araxis,vimdiff,emerge. Belo...
How to compare the thread dumps To compare the results you may use interactive diff viewers, e.g. vimdiff file1 file2 file3 file4 # up to 4 files 1. Another way to see what parts of the jstack trace are changing over time is to compare adjacent jstack trace usingcontext diff (-c ...
To apply this the hard way, I took the four source files from the zip, and manually applied the changes that you had made to the same files in my ~arduino-1.8.5/hardware/espressif/esp32/cores/esp32 folder. I ended up using the highly intuitive vimdiff for the compares. I learned abo...