Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ojiry/fish-tmux
- Owner: ojiry
- License: mit
- Created: 2017-01-25T11:22:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T19:17:08.000Z (over 3 years ago)
- Last Synced: 2023-03-29T13:29:38.710Z (almost 2 years ago)
- Topics: fish-shell, tmux
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```