fix: this got missed, silly fugitive
All checks were successful
Run Test Suite / test (push) Successful in 43s

This commit is contained in:
Hayden Hargreaves 2026-03-19 17:44:25 -07:00
parent 5c629496c6
commit b0b885d57d

View File

@ -100,6 +100,7 @@ func NewVisualKeymap() *Keymap {
operators: map[string]action.Operator{
"d": operator.DeleteOperator{},
"x": operator.DeleteOperator{},
"X": operator.DeleteOperator{},
"y": operator.YankOperator{},
"c": operator.ChangeOperator{},
},