Making GIMP 2.10.38 work more like Adobe Photoshop
Plugin to recreate Photoshop's <control> j
functionality.
-
Copy
plug-ins/layer-via-copy-cut.py
to your plug-ins folder.- For Flatpak, look here:
~/.var/app/org.gimp.GIMP/config/GIMP/2.10/plug-ins/
- For Flatpak, look here:
-
Make it executable.
-
Start GIMP and look under the Layer menu for the last items.
-
[optional] add keyboard shortcut:
- Edit > Preferences
- Type in "layer via copy" and assign to
<control> j
- Type in "layer via cut" and assign to
<control> <shift> j
-
Make sure "Save keyboard shortcuts on exit" is checked, then save and restart GIMP.
- http://epierce.freeshell.org/gimp/gimp_ps.php
- Here is a clone of the menurc file (in case the link above dies).
Something I find really frustrating in GIMP is that by default, layers don't snap to the edge of the canvas (or the grid) when I move them. Even worse, you have to enable it every single time you open an image.
- Edit > Preferences > Image Windows > Snapping
- Select "Snap to Grid" and "Snap to Canvas Edges" for both modes.
Something I never got used to in GIMP is the yellow and black dotted line that surrounds the active layer. Though it can be helpful at times, I definitely prefer to have it disabled by default.
-
From the main menu, navigate to Edit > Preferences > Image Windows > Appearance
-
Uncheck "Show Layer Boundary" for the modes you like.
-
Restart GIMP
You can always temporarily turn it back on by clicking on View in the main menu and choosing Show Layer Boundary.
By default, the Move Tool in GIMP is set to Pick a Layer or Guide. With this option set, it behaves a bit more like Inkscape or Illustrator because you can also move things that are not on the current layer (like the background). If you are a long time Photoshop user, this is very strange.
To make it function like Photoshop, you can set the default behavior to Move the Active Layer.
-
Select the Move Tool from the Tool Box in the left panel
-
In the Tool Options dialogue box check Move the Active Layer
-
From the main menu navigate to Edit > Preferences > Tool Options > Save Tool Options Now
-
Restart GIMP
In GIMP, pasting into an image creates some strange floating layer thing that then needs to be converted to a layer.
You can reassign <control> v
to Edit > Paste As > New Layer
TODO: Add specific configuration file setting for items above.
Much of this guide was taken from these sources: