mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix repeat last motion for goto next/prev diagnostic (#9966)
This commit is contained in:
parent
be307a4204
commit
d5c2973cd1
2 changed files with 39 additions and 32 deletions
|
@ -49,7 +49,7 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
|||
| `T` | Find 'till previous char | `till_prev_char` |
|
||||
| `F` | Find previous char | `find_prev_char` |
|
||||
| `G` | Go to line number `<n>` | `goto_line` |
|
||||
| `Alt-.` | Repeat last motion (`f`, `t` or `m`) | `repeat_last_motion` |
|
||||
| `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |
|
||||
| `Home` | Move to the start of the line | `goto_line_start` |
|
||||
| `End` | Move to the end of the line | `goto_line_end` |
|
||||
| `Ctrl-b`, `PageUp` | Move page up | `page_up` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue