Vim: available lowercase key pairs in normal mode…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd cm co cp cq cr cs cu cx cy cz | |
dc dm dq dr ds du dx dy dz | |
gb gc gl gs gy | |
vm vo vq vv vz | |
yc yd ym yo yp yq yr ys yu yx yz | |
zq |
@kiryph, thank you for pointing cs
and ds
out.
I don't think that cv
, dv
and yv
are available since operators can be followed by v
to make the motions they operate on linewise/charwise. vc
, vd
, vp
, vr
, vs
, vu
, vx
and vy
aren't available either (they're operators used in visual mode), and can be useful when preceded by a count (since that selects count
times as many characters as the previous selection in the same visual mode).
@jchros all good points.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you @chrisbra.