From 6b8845b245724555a647fe1852db4572b605c3b5 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sun, 15 Mar 2026 19:17:29 -0700 Subject: [PATCH] chore: did not implement :bw I do not think this is totally necessary, but I left a TODO. --- internal/command/handlers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {