사용자 도구

사이트 도구


vim:vimdiff

문서의 이전 판입니다!


vimdiff

  • 두 파일의 다른점을 비교해가며 편집할 수 있다.
  • vimdiff file1 file2 …' 혹은 vim -d file1 file2… 명령으로 실행 * vimdiff – Edit two or Three versions of a file with Vim and show differences * Git Diff with Vimdiff * git difftool 사용법 vimdiff ===== 사용법 ===== * do - Get changes from other window into the current window. * dp - Put the changes from current window into the other window. * ]c - Jump to the next change. * [c - Jump to the previous change. * Ctrl W + Ctrl W - Switch to the other split window. * If you load up two files in splits (:vs or :sp), you can do :diffthis on each window and achieve a diff of files that were already loaded in buffers * :diffoff'' can be used to turn off the diff mode.
vim/vimdiff.1600229631.txt.gz · 마지막으로 수정됨: 2020/09/16 13:13 저자 kwon37xi