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 ``` ----