in textmate, when editing a .rb page (or any page), how do jump to the start/end of a line? and what about to the top/bottom of the page?
+1
A:
You can use the emacs key bindings in all cocoa text fields:
C-a
beginning of lineC-e
end of lineC-v
page downC-p
previous lineC-n
next line
There are others, but these are the ones I most commonly use.
bosmacs
2010-09-24 01:49:04
⌘ ↑ (Command up-arrow) and ⌘ ↓ (Command down-arrow) scroll to the beginning and end of the current document, respectively.
bosmacs
2010-09-24 01:53:22
⌘→ and ⌘← move to the end and beginning of the line, as well.
mipadi
2010-09-27 18:53:14
A:
This might be useful:
http://manual.macromates.com/en/key_bindings#text_move_edit_actions
Greg
2010-09-25 00:10:48