chore: did not implement :bw
All checks were successful
Run Test Suite / test (push) Successful in 13s
All checks were successful
Run Test Suite / test (push) Successful in 13s
I do not think this is totally necessary, but I left a TODO.
This commit is contained in:
parent
d5ad3dcdcd
commit
6b8845b245
@ -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 <file> — open file into new buffer
|
||||
// - :bd — delete (unload) current buffer
|
||||
// - :bd <n> — 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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user