editor - textmate move cursor without using the arrow keys -


I am in an ergonomic kind of mood, and I feel like I have raised my hand from the letter Wrecking precious milliseconds keys to move the cursor keys on the arrow keys Is there an easy way to move the cursor which I can access in the text?

Generally, I am looking for ways to keep my head high during programming. For example, I want to be able to copy the entire line in the clipboard without lifting my fingers. Do I have to take the reader where I have to go, or should I start thinking about Vim or some such steps?

ctrl + f moves the cursor one character forward < / Kbd> ctrl + b and backward

(grip alt /

ctrl + a line start
ctrl + e .. and end of the line

ctrl + n Go to the next line
ctrl + p .. and previous


Comments