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.
📋 Table of Contents
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
- 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
- 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.
❓ Frequently Asked Questions
Currently, you are using search and replace for white space at the beginning of the line.
Step 1: Press Ctrl + Shift + Tab (Windows/Linux) or Command + Shift + Tab (Mac) to move a block of code to the left.
Step 1: Go to Window > Preferences > General > Keys and search for "untab" in the search bar.
By following these steps, you should be able to find a faster way to move blocks of code in Eclipse or Aptana Studio.
🛠️ Related Fixes
How to Fix: Stuck in tutorial hell after 4 years: How do I b
Fix Stuck in tutorial hell after 4 years: How do I bui. Practice build
How to Fix: Trying to sync mutliple audio tracks to a movie
Fix Trying to sync mutliple audio tracks to a movie bu. Consider using
How to Fix: Failed to merge latest branches from upstream re
Fix Failed to merge latest branches from upstream repo. Try running 'g