From 0965013388656d28d1bdbb6ec1e06284be2056b0 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Sun, 17 Nov 2024 01:04:54 +0100 Subject: [PATCH] don't remat default prefix for tmux --- files/tmux.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/files/tmux.conf b/files/tmux.conf index 6803816..761c035 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -1,13 +1,3 @@ -unbind C-b -set-option -g prefix C-f -bind-key C-f send-prefix - -# Split View -unbind '"' -unbind % -bind H split-window -h -bind V split-window -v - # switch panes using Alt-arrow without prefix bind -n M-Left select-pane -L bind -n M-Right select-pane -R