Some hints which don't fit elsewere at the moment
If you want to change your keyboard layout (if the us default has been installed) to e.g. a german layout:
You can easy specify (for all users) what editor should be used:
# shows what's configured: update-alternatives --display editor # joe will be the standard editor to be used: update-alternatives --set editor /usr/bin/joe # or to use vim instead: update-alternatives --set editor /usr/bin/vim.basic