update readme

This commit is contained in:
Tomasz Kapias 2023-03-19 15:14:40 +07:00
parent ca9db72219
commit 65192b26f7
Signed by: tkapias
SSH key fingerprint: SHA256:bsmasrX7y0xxAHa/x1x8zAgHInO4nPpKMk5JIQ0Vsbw

View file

@ -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: You can change the prefix to ctrl+w on the remote system like this:
```bash ```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
``` ```
---- ----