How can I re-enable this in Lion? I know the keyboard shortcut, but the gesture was much more practical.
-
From everything I've read it's no longer around, and the suggestion is to file a bug to apple – shawnwall Jul 26 '11 at 20:42
-
3Duplicate of http://stackoverflow.com/questions/6771057/trackpad-gesture-to-switch-to-header-source – AWF4vk Jul 27 '11 at 14:44
6 Answers
Unfortunately, I haven't been able to find a way around this so i went to the keyboard solution CTRL+COMMAND+UP

- 3,232
- 2
- 24
- 34
This is the SOLUTION
You get the three finger vertical swipe back in xcode on lion!

- 1
- 1

- 6,803
- 5
- 32
- 34
If someone comes across this with MacOS Big Sur, go to
System Preferences > Trackpad > More Gestures
and change the setting for "Swipe between pages" to either "Swipe with two or three fingers" or "Swipe with three fingers"

- 7,625
- 2
- 31
- 45
You can also do ALT+CMD+Carriage Return. That will give you the assistant editor with the counterpart file alongside.
CMD+Carriage Return will reverse that, showing you just the standard editor again.

- 26,115
- 13
- 104
- 132
Run this command in the terminal, after this logout and login again.
defaults -currentHost write -g "com.apple.trackpad.threeFingerVertSwipeGesture" -int 1

- 39,458
- 17
- 135
- 184
Try that: System Preferences -> Trackpad, and then disable anything related to 3-finger swap.

- 4,393
- 4
- 31
- 51