Add goto_column to goto section of book

pull/13440/head
Daniel Bowring 2025-04-30 01:16:11 +10:00
parent 25149ccb9c
commit 97d5a2150a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ Jumps to various locations.
| Key | Description | Command |
| ----- | ----------- | ------- |
| `g` | Go to line number `<n>` else start of file | `goto_file_start` |
| <code>&#124;</code> | Go to column number `<n>` else start of line | `goto_column` |
| `e` | Go to the end of the file | `goto_last_line` |
| `f` | Go to files in the selections | `goto_file` |
| `h` | Go to the start of the line | `goto_line_start` |