From 08af11c9b033597f124466bae838270e1047f6b5 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 5 Nov 2024 01:43:58 +0000 Subject: [PATCH] revert 20c4b1520fdd2a29661fee83ebf00046e31d6af4 revert C-f conflicts with zsh accept completion --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ee97e89..9fbeee8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,9 @@ set -g set-titles on set -g mouse off +unbind C-b +set -g prefix C-f +bind C-f send-prefix unbind C-l unbind l