feat: add commands for buffer jumplist to typable-cmd.md

pull/13448/head
Nikola Milenkovic 2025-04-30 00:30:19 +01:00
parent 46dfbd0991
commit 29f58ee9ba
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
| `:quit`, `:q` | Close the current view. | | `:quit`, `:q` | Close the current view. |
| `:quit!`, `:q!` | Force close the current view, ignoring unsaved changes. | | `:quit!`, `:q!` | Force close the current view, ignoring unsaved changes. |
| `:open`, `:o`, `:edit`, `:e` | Open a file from disk into the current view. | | `:open`, `:o`, `:edit`, `:e` | Open a file from disk into the current view. |
| `:jump-to-buffer`, `:j` | Switch to a document buffer using its index in the buffer jumplist. |
| `:add-buffer-to-jumplist`, `:ab` | Add the current document buffer to the buffer jumplist. |
| `:remove-buffer-from-jumplist`, `:rb` | Remove the current document buffer from the buffer jumplist. |
| `:buffer-close`, `:bc`, `:bclose` | Close the current buffer. | | `:buffer-close`, `:bc`, `:bclose` | Close the current buffer. |
| `:buffer-close!`, `:bc!`, `:bclose!` | Close the current buffer forcefully, ignoring unsaved changes. | | `:buffer-close!`, `:bc!`, `:bclose!` | Close the current buffer forcefully, ignoring unsaved changes. |
| `:buffer-close-others`, `:bco`, `:bcloseother` | Close all buffers but the currently focused one. | | `:buffer-close-others`, `:bco`, `:bcloseother` | Close all buffers but the currently focused one. |