Linux CLI - Viewing and Editing Files
You open a file in Vim, press
i, type 'Sample', then press Esc and enter :wq. What is the result?i, type 'Sample', then press Esc and enter :wq. What is the result?i enters insert mode, typing 'Sample' adds text.Esc returns to normal mode.:wq writes changes and quits Vim.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions