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

Popular posts from this blog

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -

SQL Server - MyCTE query based on 24 hour period (next day) -