Desired Function
|
Editor Command Name
|
Keystrokes
|
---|
Move the cursor up one line
|
Up
|
Up Arrow
|
Ctrl+k
|
Move the cursor up a number of lines (default is 4)
|
UpSome
|
Ctrl+Up Arrow
|
Move the cursor up one page
|
PageUp
|
Ctrl+Shift+b
|
PageUp
|
F29
|
Move the cursor down one line
|
Down
|
Down Arrow
|
Ctrl+j
|
Move the cursor down a number of lines (default is 4)
|
DownSome
|
Ctrl+Down Arrow
|
Move the cursor down one page
|
PageDown
|
Ctrl+Shift+n
|
PageDown
|
Move the cursor left one character
|
LeftU
|
Left Arrow
|
Ctrl+h
|
Move the cursor right one character
|
RightD
|
Right Arrow
|
Ctrl+l (lowercase 'L')
|
Move the cursor to the previous word
|
ReverseWord
|
Ctrl+Left Arrow
|
Move the cursor to the next word
|
Word
|
Right Arrow
|
Move the cursor to the beginning of the line
|
SOL0
|
Ctrl+w or Home
|
Move the cursor to the end of line
|
EOL
|
Ctrl+e or End
|
Move the cursor to the beginning of the next line
|
EOL; RightD
|
Ctrl+Enter
|
Move the cursor to the end of the file
|
EOF
|
Ctrl+End
|
Move the cursor to the beginning of the file
|
SOF
|
Ctrl+Home
|