commit 4eee80309106ff266bc1b77439506b5fec11a8a6 from: Sara Burke date: Sun Feb 15 01:47:06 2026 UTC restore ctrl-space for tmux; c-b breaks emacs shortcuts commit - a64d4eb2442cb36c054d80293556c67a3ac9dbd5 commit + 4eee80309106ff266bc1b77439506b5fec11a8a6 blob - adf9cd0fb5bd5f8b4b4c8a828b3b5abf6019b584 blob + 63e82b6afaa1bc939920338670b1b0f53ef2cb76 --- .tmux.conf +++ .tmux.conf @@ -21,8 +21,8 @@ bind-key -T copy-mode-vi 'y' send -X copy-selection # More comfortable prefix binding # from https://git.faultybranches.dev/fb_public/dotfiles/src/branch/main/tmux.conf -#unbind C-b -#set-option -g prefix C-Space +unbind C-b +set-option -g prefix C-Space bind-key C-a send-prefix # start counting at 1