Metadata-Version: 2.4
Name: tmux-swap
Version: 1.0.1
Summary: Swap a window into the current window's position using fzf
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tmux-swap
Swap a tmux new window into the current window's position.
This is good for recovering from too many windows.

[tmux-fzf](https://github.com/sainnhe/tmux-fzf ) can do similar things but I decided the menuing system was too complicated. I wanted soemthing to just wrok

This code is ai-generated and unreviewed.

## Installation

```bash
pipx install tmux-swap
```

## Usage

```bash
C-b : display-popup -E tmux-swap
```

Alternatively, create a binding in your `~/.tmux.conf`:

```bash
bind-key s display-popup -E "tmux-swap"
```
