From ee9e8205a3e3533e553c262a0a83f7e75bcc5e32 Mon Sep 17 00:00:00 2001 From: Timofey Gelazoniya Date: Thu, 27 Mar 2025 22:21:05 +0300 Subject: [PATCH] docs: correct terminology --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2af7139..591e46c 100644 --- a/README.md +++ b/README.md @@ -216,14 +216,14 @@ If you prefer a manual setup or need more control over the installation process, #### Tmux -| Binding | Action | -| -------------- | ------------------------------ | -| `Ctrl + Space` | Tmux prefix | -| `Prefix + I` | Install Tmux plugins | -| `Prefix + c` | Create new window | -| `Prefix + %` | Create new window vertically | -| `Prefix + "` | Create new window horizontally | -| `Prefix + x` | Kill current pane | +| Binding | Action | +| -------------- | ---------------------------- | +| `Ctrl + Space` | Tmux prefix | +| `Prefix + I` | Install Tmux plugins | +| `Prefix + c` | Create new pane | +| `Prefix + %` | Create new pane vertically | +| `Prefix + "` | Create new pane horizontally | +| `Prefix + x` | Kill current pane | #### WezTerm