You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncomment set convert-meta off in /etc/inputrc to allow output of 8-bit characters
Run locale-gen en_US.UTF-8 and set LANG environment variable so that bash can handle multi-byte UTF-8 characters correctly. (e.g., backspace should delete each Unicode char like a single char.)
Vim
Add terminal encoding and indentations to /etc/vim/vimrc.local
Note: /etc/vim/vimrc and /usr/share/vim/vim74/debian.vim already has syntax highlighting, eol, nocompatible settings.