Commit Diff
--- .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
