From b08ba35653e8b4dd3083cb74b1c8ca42c485f3a9 Mon Sep 17 00:00:00 2001 From: loqusion Date: Sun, 11 Jun 2023 20:40:52 -0500 Subject: [PATCH 1/2] docs: add note about wezterm integration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b48d6a..75235ed 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,11 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l > The plugin is small, and smart about not loading modules unnecessarily, so it should > have minimal impact on your startup time. It adds about 0.07ms on my setup. +> **Note** +> Pane resizing currently requires a nightly build of Wezterm. +> Check the output of `wezterm cli adjust-pane-size` to see if your build supports it; if not, +> you can check how to obtain a nightly build by following the instructions [here](https://wezfurlong.org/wezterm/installation.html). + Add the following snippet to your `~/.config/wezterm/wezterm.lua`: ```lua From c4340933431a1131b5763c512b7b5873fac04d2b Mon Sep 17 00:00:00 2001 From: loqusion Date: Sun, 11 Jun 2023 20:47:49 -0500 Subject: [PATCH 2/2] docs: small edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75235ed..9068bf6 100644 --- a/README.md +++ b/README.md @@ -342,8 +342,8 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l > **Note** > Pane resizing currently requires a nightly build of Wezterm. -> Check the output of `wezterm cli adjust-pane-size` to see if your build supports it; if not, -> you can check how to obtain a nightly build by following the instructions [here](https://wezfurlong.org/wezterm/installation.html). +> Check the output of `wezterm cli adjust-pane-size --help` to see if your build supports it; if not, +> you can check how to obtain a nightly build by [following the instructions here](https://wezfurlong.org/wezterm/installation.html). Add the following snippet to your `~/.config/wezterm/wezterm.lua`: