Add :BMarks command (#1593)

And allow passing arguments of :marks to :Marks command. Close #1158.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
This commit is contained in:
Scott Lai
2025-06-07 18:48:17 -07:00
committed by GitHub
parent 3ed6ac56d0
commit a2ed9fb885
4 changed files with 21 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ Commands
| `:BTags [QUERY]` | Tags in the current buffer |
| `:Changes` | Changelist across all open buffers |
| `:Marks` | Marks |
| `:BMarks` | Marks in the current buffer |
| `:Jumps` | Jumps |
| `:Windows` | Windows |
| `:Locate PATTERN` | `locate` command output |