diff options
author | ath3 | 2021-11-01 19:52:47 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-11-04 05:03:03 +0000 |
commit | 78c68fae91579ccda6f65e55f79316b01c5b654a (patch) | |
tree | 0286f2a51b94d0ca10ef087b7f9b88a612f128c1 /book/src | |
parent | e2560f427ef5e75155071e39da342628f5d5896a (diff) |
Implement "Goto next buffer / Goto previous buffer" commands
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 4a6f80bb..6bcd09bc 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -161,6 +161,8 @@ Jumps to various locations. | `r` | Go to references | `goto_reference` | | `i` | Go to implementation | `goto_implementation` | | `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` | #### Match mode |