ColdWater@lemmy.ca to Linux@lemmy.mlEnglish · edit-211 months 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.mlexternal-linkmessage-square14fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-link[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-211 months agomessage-square14fedilink
minus-squarea14o@feddit.orglinkfedilinkarrow-up0·11 months 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-up0·11 months agoIt’s less after I removed it, it revert itself back to normal
minus-squareMonkderVierte@lemmy.mllinkfedilinkarrow-up0·11 months agoPut EDITOR=youreditor in your env and keep less. Less is fine and it’s usually default for man pages too.
minus-squarea14o@feddit.orglinkfedilinkarrow-up0·11 months 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.
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
Put EDITOR=youreditor in your env and keep less. Less is fine and it’s usually default for man pages too.
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.