Answers for "vim compare 2 files"

0

vim compare 2 files

#open second file in vim with ":vsp mysecondfile.txt" then
:windo diffthis
Posted by: Guest on January-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language