mirror of https://github.com/helix-editor/helix
Add goto_column to goto section of book
parent
25149ccb9c
commit
97d5a2150a
|
@ -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>|</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` |
|
||||
|
|
Loading…
Reference in New Issue