Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| editing:navigation:go_to_line [2018/01/10 19:42] – external edit 127.0.0.1 | editing:navigation:go_to_line [2018/03/23 13:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Go to Line functionality with absolute and relative navigation. | Go to Line functionality with absolute and relative navigation. | ||
| + | |||
| + | ===== Go to Position Dialog ===== | ||
| + | |||
| + | {{: | ||
| + | ==== Navigate to a Line ==== | ||
| + | |||
| + | Entering number value will lead to interactive scrolling to the desired line. The editor will automatically correct your input if you enter values going out of bounds. Pressing " | ||
| + | |||
| + | ==== Navigate to a Position ==== | ||
| + | If you want to navigate to a specific column in line, add column number after ":" | ||
| + | |||
| + | 12:10 -> navigate to the line 12 column 10 | ||
| + | |||
| + | ==== Navigate Percentage base ==== | ||
| + | You can also navigate partially, giving a position in the percentage of the document size. | ||
| + | 50% -> navigate in the middle of the document | ||
| + | ==== Relative Navigation ==== | ||
| + | In addition to absolute navigation, you can also use relative navigation, by adding " | ||
| + | |||
| + | +5 -> scroll 5 lines below | ||
| + | -7 -> scroll 7 lines above | ||
| + | |||
| + | ==== Navigate to Absolute Position ==== | ||
| + | You can also navigate character based, giving the position in the document as a number of characters from the beginning of the document. | ||
| + | :350 -> jump to 350 character from document start | ||
| #command | #command | ||