ColdWater@lemmy.ca to Linux@lemmy.mlEnglish · edit-21 day ago[Solved]I might have mis-configured something now my PKGBUILD use this vim like editor? I don't even have vim installed, it only print out plain text in the terminal before, how can I revert it back?lemmy.mlimagemessage-square14fedilinkarrow-up118
arrow-up118image[Solved]I might have mis-configured something now my PKGBUILD use this vim like editor? I don't even have vim installed, it only print out plain text in the terminal before, how can I revert it back?lemmy.mlColdWater@lemmy.ca to Linux@lemmy.mlEnglish · edit-21 day agomessage-square14fedilink
minus-squarea14o@feddit.orglinkfedilinkarrow-up8·1 day agoLooks like less to me. How did you open the file? Double click from file explorer? Then you need to check your default applications.
minus-squareColdWater@lemmy.caOPlinkfedilinkarrow-up3·1 day agoIt’s less after I removed it, it revert itself back to normal
minus-squarea14o@feddit.orglinkfedilinkarrow-up8·1 day agoAs others have said, less is super useful, you should keep it installed. There are better ways to open text files with your preferred editor than removing all alternatives.
minus-squareMonkderVierte@lemmy.mllinkfedilinkarrow-up6·1 day agoPut EDITOR=youreditor in your env and keep less. Less is fine and it’s usually default for man pages too.
Looks like less to me. How did you open the file? Double click from file explorer? Then you need to check your default applications.
It’s less after I removed it, it revert itself back to normal
As others have said, less is super useful, you should keep it installed. There are better ways to open text files with your preferred editor than removing all alternatives.
Put EDITOR=youreditor in your env and keep less. Less is fine and it’s usually default for man pages too.