shortcuts - Why does '<,'> come up in Vim -
sometimes when press : normal mode, starts : ' < , ' >. why happen , for?
you not in normal mode, visual mode. when in visual mode every command starts visual mode range, '<,'>, automatically. useful if want run ex command on visually selected lines, e.g. :s, :g, , :sort. more information see :h v_:.
Comments
Post a Comment