The SET command is used from last-line mode to control these options, as indicated in the table.
| Command |
Meaning |
| :set nu |
Show line numbers |
| :set nonu |
Hide line numbers; setting is case sensitive |
| :set ic |
Searches should ignore case |
| :set noic |
Searches should be case sensitive |
| :set list |
Display invisible characters |
|