commit 11fee02d37644c27985762113f264d4c6dcfd3c1 from: Sara Burke date: Sun Feb 15 01:49:43 2026 UTC add shortcut for config reloading in tmux commit - 4eee80309106ff266bc1b77439506b5fec11a8a6 commit + 11fee02d37644c27985762113f264d4c6dcfd3c1 blob - 63e82b6afaa1bc939920338670b1b0f53ef2cb76 blob + 14d9eb640b1e22da44d9fe9ba97ada467a3a5bb2 --- .tmux.conf +++ .tmux.conf @@ -18,6 +18,7 @@ bind l select-pane -R bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection +bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." # More comfortable prefix binding # from https://git.faultybranches.dev/fb_public/dotfiles/src/branch/main/tmux.conf