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: October 2020
How to select rectangles in TMUX
Just add to your .tmux.conf file: set-window-option -g mode-keys vibind-key -T copy-mode-vi ‘v’ send -X begin-selectionbind-key -T copy-mode-vi ‘y’ send -X copy-selection-and-cancelbind-key -T copy-mode-vi ‘r’ send -X rectangle-toggle
Posted in Uncategorized
Leave a comment