Coding⏱️ 2 min read📅 2026-06-03

How to Fix: Is there a keyboard shortcut to "untab" (move a block of code to the left) in Eclipse or Aptana Studio?

Eclipse and Aptana Studio keyboard shortcut for untabbing code blocks.

Quick Answer: Use Ctrl+Shift+Left Arrow (Windows/Linux) or Command+Shift+Left Arrow (Mac) to move a block of code to the left.

Is there a keyboard shortcut to "untab" (move a block of code to the left) in Eclipse or Aptana Studio?

🛑 Root Causes of the Error

  • Currently, you are using search and replace for white space at the beginning of the line.

🔧 Proven Troubleshooting Steps

Method 1: Keyboard Shortcut

  1. Step 1: Press Ctrl + Shift + Tab (Windows/Linux) or Command + Shift + Tab (Mac) to move a block of code to the left.

Method 2: Customizable Keymap

  1. Step 1: Go to Window > Preferences > General > Keys and search for "untab" in the search bar.

✨ Wrapping Up

By following these steps, you should be able to find a faster way to move blocks of code in Eclipse or Aptana Studio.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions