脚本中使用<c-u>的含义

脚本中使用<c-u>的含义

Content #

“<c-u>” means delete from the cursor to the beginning of the line.

visual mode下选中文本后按":",在提示符中会出现:

'<,'>

means visually selected range, “<c-u>” is used to clear it.

From #