From d5636ca4f83b3a97d978eff4f78f99b37c21e888 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 28 Jun 2024 01:05:18 +0200 Subject: [PATCH] feat: bind `C-t` to prefix --- modules/home/tmux.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index c34bf28..1c70423 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -37,6 +37,11 @@ bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." + # Remove C-b because that just sucks + unbind C-b + set -g prefix C-t + bind-key C-t send-prefix + set-option -g bell-action none set -g status-position bottom set -g status-justify left