From 5137c7aaeee9f616e83fcc3e3336d7c14d7efcf5 Mon Sep 17 00:00:00 2001 From: Timofey Gelazoniya Date: Tue, 25 Mar 2025 18:49:02 +0300 Subject: [PATCH] docs: update key bindings --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071b6cc..d7d0683 100644 --- a/README.md +++ b/README.md @@ -180,10 +180,21 @@ tmux attach # Then press Ctrl+Space, Shift+I ### Key Bindings +#### 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 | + +#### WezTerm + | Binding | Action | | ------------------ | ----------------------- | -| `Ctrl + Space` | Tmux prefix | -| `Prefix + I` | Install Tmux plugins | | `Ctrl + Shift + Q` | Close WezTerm window | | `Ctrl + Shift + M` | Minimize WezTerm window |