2.11.9. Configure displaying Cyrillic characters in console editors (nano, vim)

To configure the display of Cyrillic characters in console text editors (nano, vim), set the encoding for the bash shell by executing the commands:

echo "export LANG=en_US.UTF-8" >> ~/.bashrc                
source ~/.bash_profile
Tabla de conținut