Navigation Keys
To move the cursor one character at a time
- Use the Left, Right, Up or Down cursor keys.
To move the cursor one word at a time
- Use Ctrl and Left keys to move one word to the left.
- Use Ctrl and Right keys to move one word to the right.
To scroll screen one line at a time
- Use Ctrl and Up keys to move up one line
- Use Ctrl and Down keys to move down one line.
To move the cursor one page at a time
- Use PgUp to move up one page.
- Use PgDn to move down one page.
To move the cursor to the top or bottom of the screen
- Use Ctrl and PgUp keys to move to the top of the screen.
- Use Ctrl and PgDn keys to move to the bottom of the screen.
To move the cursor to the beginning or the end of the current line
- Use Home key to move to the beginning of the line.
- Use End key to move to the end of the line.
To move the cursor to the beginning or end of the file
- Use Ctrl and Home keys to move to the beginning of the file.
- Use Ctrl and End keys to move to the end of the file.
Go To Line
To move the cursor to a particular line number
- Select Edit | Advanced | Go To from the menu.
- Enter the line number to move the cursor to.
Selecting Text
To select text using the keyboard
To select text using the mouse
- Move mouse cursor to the point in the document that you want to start selecting.
- Hold down left mouse button and drag mouse to mark selection.
- Release left mouse button to end selection.
Bookmarks
To set a bookmark
- Move cursor to the line to be bookmarked.
- Select Edit | Bookmarks | Toggle Bookmark menu item.
To clear a bookmark
- Move cursor to the line holding the bookmark to be removed.
- Select Edit | Bookmarks | Toggle Bookmark menu item.
To move the cursor to the first bookmark
- Select Edit | Bookmarks | First Bookmark menu item.
To move the cursor to the next bookmark
- Select Edit | Bookmarks | Next Bookmark menu item.
To move the cursor to the previous bookmark
- Select Edit | Bookmarks | Previous Bookmark menu item.
To move the cursor to the last bookmark
- Select Edit | Bookmarks | Last Bookmark menu item.
To clear all of the bookmarks
- Select Edit | Bookmarks | First Bookmark menu item.
Matching Delimiters
The editor can find the matching partner for delimiter characters such as (),
[], {}, <>.
To match a delimiter
- Move cursor to the left of the delimiter character to be matched.
- Select Edit | Advanced | Match Delimiter menu item or use Ctrl+] keys.
To select a delimited range
- Move cursor to the left of the delimiter character to be matched.
- Use Ctrl+Shift+] keys.