summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 16:51:06 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 16:51:06 +0200
commit1c0e5abefc59752e18f9a0050038531afbc7ef10 (patch)
treeecc65e9fe89272404de4e6b3c5caa9255dcc92f3 /tmux/tmux.conf
parent6c4932fcb70fb7647f71d4dffe23cc0a1238f916 (diff)
restore default tmux keybind; remove extra zsh keybinds
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
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