Sublime Text 3でファイル比較

Sublime Text 3で有名なファイル比較の「SUBLIMERGE」を使ってみました。

Sublimerge: The professional diff and merge tool for Sublime Text 2 and 3

インストール手順

  1. Ctrl + Shift + P > [Package Control: Install Packages] を選択し開く

  2. 「sublimerge」を入力してEnter 以上!!

コマンド 内容
ctrl + alt + d 現在開かれてるファイルとの比較をおこなう
ctrl + alt + , 右側のファイルの変更点だけを左側のファイルにマージする
ctrl + alt + . 左側のファイルの変更点だけを右側のファイルにマージする
ctrl + alt + / + ctrl + alt + , 右側のファイルを左側のファイルにマージする
ctrl + alt + / + ctrl + alt + . 左側のファイルの変更点だけを右側のファイルにマージする
ctrl + alt + = or ctrl + alt + pagedown 両ファイルを比較して次の違う部分に進む
ctrl + alt + - or ctrl + alt + pageup 前に戻る