Suppose I have some files in a folder. I browse the folder using vim vim myfolder
. It lists the files, now I want to know how I can select two files and then open them in comparison mode (two tabs, ...)
How to select multipe files for vimdif using vim?
69 Views Asked by Ahmad At
1
When you opened the folder using vim,
vim thefolder
mf
, it marks the files,md
, it calls vimdiff on the selected files (up to 3 files).