From 1c0e5abefc59752e18f9a0050038531afbc7ef10 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 16 Oct 2025 16:51:06 +0200 Subject: restore default tmux keybind; remove extra zsh keybinds --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c8dae55..229a20c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,11 +6,6 @@ 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