Skip to content

Instantly share code, notes, and snippets.

@bspguy
Created November 11, 2023 07:54
Show Gist options
  • Save bspguy/3560d6c79a6aa61e7a7069d2d8d437d1 to your computer and use it in GitHub Desktop.
Save bspguy/3560d6c79a6aa61e7a7069d2d8d437d1 to your computer and use it in GitHub Desktop.
simple file diff using vim
vim -d <file1> <file2> -c 'set diffopt+=iwhite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment