diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-14 16:28:50 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-14 16:28:50 +0200 |
| commit | c3b9287fa4dffd55d01a522ac888f1b6f4578b2a (patch) | |
| tree | 8977385a1affc310f1198b4939c80d70c06b5a7e | |
| parent | b9585a122d29a64608c1455c88446c74da360181 (diff) | |
fix prefix set
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0f2de22..c8dae55 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,7 +7,7 @@ set -g mouse on set-window-option -g mode-keys vi # reassign leader key to C-f -set prefix C-f +set -g prefix C-f unbind-key C-b bind-key C-f send-prefix |
