summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-10-19 13:34:35 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2025-10-19 13:34:35 +0200
commit870b7b55d6d7a9a477bbe1d372665f69e8ff4c99 (patch)
tree2d468d20312495b9fb7bee0f1cba680cef70342c /tmux
parentf0a9ae715e17822d6cb7d0dd57c84b940103c642 (diff)
restore Ctrl-F tmux leader
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf5
1 files changed, 5 insertions, 0 deletions
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