# vimdiff > Open up two or more files in vim and show the differences between them. > See also: `vim`, `vimtutor`, `nvim`. > More information: . - Open two files and show the differences: `vimdiff {{path/to/file1}} {{path/to/file2}}` - Move the cursor to the window on the left|right: `{{|}}` - Jump to the previous difference: `<[>` - Jump to the next difference: `<]>` - Copy the highlighted difference from the other window to the current window: `` - Copy the highlighted difference from the current window to the other window: `

` - Update all highlights and folds: `<:>diffupdate` - Toggle the highlighted code fold: ``