Vim 8 goes Visual Mode on right click
vim E509: Cannot create backup file (add ! to override)
Install vim from source on CentOS
Using vim
:set list | makes all whitespace characters visible. To disable, use :set nolist |
:set expandtab? | check if expand tab is on on or off. expandtab convert tab to space |
:set expandtab | use space instead of tab |
:set noexpandtab | use tab |
Leave a Reply