From 65192b26f7de9cfd6e5b4fcd494b5584627110f1 Mon Sep 17 00:00:00 2001 From: Tomasz Kapias Date: Sun, 19 Mar 2023 15:14:40 +0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52bcfd..be7ad44 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ If you install this configuration on a remote system, you will need another pref You can change the prefix to ctrl+w on the remote system like this: ```bash -sed -i -e 's/C-x/C-w/g' -e 's/Ctrl-x/Ctrl-w/g' $HOME/.tmux.conf +sed -i -e 's/C-x/C-w/g' -e 's/Ctrl-x/Ctrl-w/g' $HOME/.config/tmux/tmux.conf ``` ----