Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ojiry/fish-tmux

fish-tmux is plugin for the fish shell
https://github.com/ojiry/fish-tmux

fish-shell tmux

Last synced: about 16 hours ago
JSON representation

fish-tmux is plugin for the fish shell

Awesome Lists containing this project

README

        

# fish-tmux

fish-tmux is plugin for the fish shell.

## Installation

Using [Fisher](https://github.com/jorgebucaran/fisher)

```
fisher add ojiry/fish-tmux
```

## Settings for renaming tmux windows

```
setw -g automtic-rename off

# Example format
setw -g window-status-current-format '#I:#W'
setw -g window-status-format '#I:#W'
```