Mode

Important vim Editor Commands
Vim has two modes. x - to delete the unwanted character. u - to undo the last the command and U to undo the whole line. CTRL-R to redo. A - to append ...
Boot CentOS / RHEL / Fedora Linux into Emergency / Recovery mode
Booting CentOS/RHEL 7&8 Linux into Emergency / Recovery mode Press e key to edit the current entry so we can modify the default boot-loader entry ...
How to Configure and Use Auto-Complete with Vim
To configure and use auto-complete in Html code with Vim, perform the following steps Switch to Cmdline mode by pressing Esc, followed by a colon (;)....
10 Linux VI commands with examples
Some useful commands used with the control key are below; CTRL+d Half screen move forward. CTRL+f One full screen move forward. CTRL+u Half screen mov...
Working With Vi Editor in Linux
How do I use vi editor in Linux? What is vi editor How can you work on it? What is the use of VI editor in Linux? How do I run a command in vi editor?...
How to use Vi editor in Linux (with examples)
How do I use vi editor in Linux? What is vi editor command in Linux? What is vi editor how you can work on it? How do I run a program in vi editor? Ho...
How to Disable Strict SQL Mode in MySQL
How do I disable Strict Mode in MySQL? Disable Strict Mode via my. cnf/my. ini. This method disables it by changing the value of SQL_MODE in my. ... T...
Important VIM Options and Settings
What should be in Vimrc? What are the two main modes of vim? How can I make Vim look better? Where are vim settings? How do I write in Vimrc? Where is...
VIM Modes and how to change the mode
To switch to the visual mode from Normal mode, different commands are v, V, Shift + v, and Ctrl + v. The most commonly used command to enter in to ins...
In-Depth Usage of Vim Visual Mode
How do I use visual mode in Vim? What is insert visual Vim? How hard is it to learn Vim? What is a visual mode? What is normal mode in Vim? What does ...