Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Monthly Archives: August 2022
How to open any file with Midnight Commander in MacosX
Very simple just define the environment variable MC_XDG_OPEN before launching mc: $ MC_XDG_OPEN=open mc And now when you press enter on any file you\’ll let MacOSX decide what program to use (very useful for images and PDFs).
Posted in Uncategorized
Leave a comment