From d09a21f357dc9af9564a6308c06b03741415abc7 Mon Sep 17 00:00:00 2001 From: Isaac Flath Date: Thu, 5 Dec 2024 20:22:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe33c10..3a52a1c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ cat file.txt | ssage summarize this file You can also select a specific pane for context to come from instead of the default current pane. ```sh -`ssage --pid %3 your question +ssage --pid %3 your question ``` > Tip: To use the pane-id selection feature, it is helpful to add `set -g status-right '#{pane_id}'` to your `~/.tmux.conf` file. Once done, you can reload your tmux config with `tmux source ~/.tmux.conf` to have the pane id displayed on the right hand side of your tmux status bar.