Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| editing:navigation:go_to_line [2018/03/23 12:39] – admin | editing:navigation:go_to_line [2018/03/23 13:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| {{: | {{: | ||
| + | ==== 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 " | 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 Position ==== | + | ==== Navigate to a Position ==== |
| If you want to navigate to a specific column in line, add column number after ":" | If you want to navigate to a specific column in line, add column number after ":" | ||
| 12:10 -> navigate to the line 12 column 10 | 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 ==== | ==== Relative Navigation ==== | ||
| In addition to absolute navigation, you can also use relative navigation, by adding " | In addition to absolute navigation, you can also use relative navigation, by adding " | ||
| Line 22: | Line 27: | ||
| +5 -> scroll 5 lines below | +5 -> scroll 5 lines below | ||
| -7 -> scroll 7 lines above | -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 | ||