From 870b7b55d6d7a9a477bbe1d372665f69e8ff4c99 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Sun, 19 Oct 2025 13:34:35 +0200 Subject: restore Ctrl-F tmux leader --- tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 229a20c..c8dae55 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,11 @@ set -g mouse on # allows to use vim bindings in scroll mode - key [ set-window-option -g mode-keys vi +# reassign leader key to C-f +set -g prefix C-f +unbind-key C-b +bind-key C-f send-prefix + # switch between panes using vim binds bind-key h select-pane -L bind-key j select-pane -D -- cgit v1.3.1