You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The targets b, B, r, and a are aliases for ), }, ], and > (the first two mirror Vim; the second two are completely arbitrary and subject to change).
I would argue that the last two are not arbitrary at all, and instead, excellent mnemonics! Considering that the first two mirror Vim (:h text-objects), this would be the completed table:
Target
Alias
Mnemonic
b
)
b(lock)
B
}
B(lock)
r
]
r(ectangle bracket)
a
>
a(ngle bracket)
Technically, it's a square bracket. I like the mnemonic less, but I leave it to you:
Target
Alias
Mnemonic
r
]
(squa)r(e bracket)
The text was updated successfully, but these errors were encountered:
In the docs you say:
I would argue that the last two are not arbitrary at all, and instead, excellent mnemonics! Considering that the first two mirror Vim (
:h text-objects
), this would be the completed table:b
)
b
(lock)B
}
B
(lock)r
]
r
(ectangle bracket)a
>
a
(ngle bracket)Technically, it's a square bracket. I like the mnemonic less, but I leave it to you:
r
]
r
(e bracket)The text was updated successfully, but these errors were encountered: