Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. :set showcmd
  2.  
  3. set showcmd
  4.  
  5. 'showcmd' 'sc' boolean (Vim default: on, Vi default: off)
  6. global
  7. Show (partial) command in the last line of the screen. Set this
  8. option off if your terminal is slow.
  9. In Visual mode the size of the selected area is shown:
  10. - When selecting characters within a line, the number of characters.
  11. If the number of bytes is different it is also displayed: "2-6"
  12. means two characters and six bytes.
  13. - When selecting more than one line, the number of lines.
  14. - When selecting a block, the size in screen characters:
  15. {lines}x{columns}.
Add Comment
Please, Sign In to add comment