diff options
author | ath3 | 2021-11-14 15:11:53 +0000 |
---|---|---|
committer | GitHub | 2021-11-14 15:11:53 +0000 |
commit | 35c974c9c49f9127da3798c9a8e49795b3c4aadc (patch) | |
tree | 13324c42b38afd053eae9c3c8016f8a00b1af377 /book/src | |
parent | 0949a0de7fec9e11f8011693f84b1939b0a6a548 (diff) |
Implement "Goto last modification" command (#1067)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index c544a472..6155e553 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -165,6 +165,7 @@ Jumps to various locations. | `a` | Go to the last accessed/alternate file | `goto_last_accessed_file` | | `n` | Go to next buffer | `goto_next_buffer` | | `p` | Go to previous buffer | `goto_previous_buffer` | +| `.` | Go to last modification in current file | `goto_last_modification` | #### Match mode |