Swap the Current Anchor Position
Keyboard: CTRL + K, CTRL + A
Command: Edit.SwapAnchor
Versions: 2008,2010
Published: 6/6/2010
Code: vstipEdit0068
When you select text the "anchor" is the cursor location at the end of the selection. By default, the anchor is to the right of the selection. However, you can use CTRL + K, CTRL + A to swap the anchor from right:
To left:
Okay, so why would you want to do this? Well, those who use Emacs like this feature quite a bit as it has been around a long, long time. For newbies, a great reason is if you need to expand a selection from left to right. By swapping the anchor you can hold down your SHIFT key and use your LEFT ARROW key to expand the selection: