Re: basestrap /mnt vim -- vim doesnt work. Bash doesnt find the command
Reply #3 –
Have you moved to a new environment?
artix-chroot /mnt /bin/bash
If that doesn't work, you can try another editor (like micro). You can also try exiting the chroot and editing files directly in /mnt by doing this
exit #if you didn't leave the chroot
pacman -S vim
vim /mnt/etc/locale.gen