Multiple choice technology operating systems

vim editor uses which hidden file for configuration settings?

  1. .bashrc

  2. .exrc

  3. .etcrc

  4. .vimrc

  5. .usrc

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Vim stores its configuration in .vimrc in the user's home directory. .bashrc is for bash configuration, .exrc is for vi/ex (older vi clone), .etcrc and .usrc are not standard config files.