Next: , Previous: JoinLine, Up: Alphabetical List


JumpToPosition

Key: Shift+Alt+J
Menu: Move > Goto Position

Jump to a line number and/or column, or a binary offset. A negative line number will be taken from the end of the file (`-1' is the last line); a negative column from the end of the line (`0' is EOL, `-1' is the last character). The offset always uses a binary line ending, even if the file is not. It can be specified in hexadecimal by prefixing with `0x' (thus `1024' and `0x400' are the same position).