Fisu
Fisu

Reputation: 3324

Sublimerge: 'Merge: left to right' grayed out, but 'Merge all: left to right' available

I'm using Sublime Text 3 with Sublimerge to compare files. I'm comparing files with the clipboard and I want to copy differences from left to right. I can see in the Sublimerge context menu that Merge:Left to right is unavailable/grayed out. However Merge all:Left to right is available to select.

How do I enable the option to Merge:Left to right?

Upvotes: 4

Views: 1296

Answers (1)

user1880342
user1880342

Reputation: 128

This option requires at least one change to be selected. Then it will become enabled. To select a change do one of the following:

  1. Use context menu: Sublimerge -> Go to Next Change
  2. Press 'ctrl' + 'alt' + '+'
  3. Hold 'ctrl' + 'alt' and left click on one or more changes

Upvotes: 5

Related Questions