Multiple choice technology operating systems vim editor uses which hidden file for configuration settings? .bashrc .exrc .etcrc .vimrc .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.