diff --git a/internal/command/handlers.go b/internal/command/handlers.go index 74a08cf..b4e3f3a 100644 --- a/internal/command/handlers.go +++ b/internal/command/handlers.go @@ -318,11 +318,12 @@ func cmdRegisters(m action.Model, args []string, force bool) tea.Cmd { // - :bp — previous buffer (wraps, currently panics on wrap-back) // - :bf — first buffer // - :bl — last buffer + // Opening / closing // - :e — open file into new buffer // - :bd — delete (unload) current buffer // - :bd — delete buffer n -// - :bw — wipe buffer completely +// - :bw — wipe buffer completely // TODO: Implement this // cmdListBuffers: Handles :buffers & :ls command. Lists the active buffers. func cmdListBuffers(m action.Model, args []string, force bool) tea.Cmd {