fix: this got missed, silly fugitive
All checks were successful
Run Test Suite / test (push) Successful in 43s
All checks were successful
Run Test Suite / test (push) Successful in 43s
This commit is contained in:
parent
5c629496c6
commit
b0b885d57d
@ -100,6 +100,7 @@ func NewVisualKeymap() *Keymap {
|
|||||||
operators: map[string]action.Operator{
|
operators: map[string]action.Operator{
|
||||||
"d": operator.DeleteOperator{},
|
"d": operator.DeleteOperator{},
|
||||||
"x": operator.DeleteOperator{},
|
"x": operator.DeleteOperator{},
|
||||||
|
"X": operator.DeleteOperator{},
|
||||||
"y": operator.YankOperator{},
|
"y": operator.YankOperator{},
|
||||||
"c": operator.ChangeOperator{},
|
"c": operator.ChangeOperator{},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user