Skip to content

Commit

Permalink
Add instructions required for base16-shell themes to work in tmux (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden authored Dec 12, 2023
1 parent 38585b9 commit a7e087b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ if status --is-interactive
end
```

### Tmux

Add the following to your `.tmux.conf` file.

```tmux
set -g allow-passthrough on # Enables ANSI pass through
```

## Configuration

### Base16-Vim Users
Expand Down

0 comments on commit a7e087b

Please sign in to comment.