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