Comment on VS Code for Linux may be secretly hoarding trashed files
Zink@programming.dev 1 week agoI open nano more often than any other editor, and by a lot. I spend more TIME in vscode and maybe Kate, but lately I’ve been tweaking setups on a couple of machines.
sudo nano /that/cfg/file/u/thinking/.about
Morphit@feddit.uk 1 week ago
Use
sudoedit(orsudo -e) to make sure you don’t mess up permissions and alsoexport EDITOR=vimin your shell to use a superior editor.