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

https://github.com/yuki-yano/tmk

tmux session killer for fzf
https://github.com/yuki-yano/tmk

Last synced: 6 months ago
JSON representation

tmux session killer for fzf

Awesome Lists containing this project

README

          

# tmk
`tmk` easily kills tmux sessions using fzf

## Usage

### Command

```
$ tmk
```

### Widget

Allocate to shortcut key

```.zshrc
bindkey '^[k' tmk
```

## Installastion

#### antigen users

```
antigen bundle yuki-ycino/tmk
```

#### zgen users

```
zgen load yuki-ycino/tmk
```

## Original
Qiita:(Witten in Japanese) 👉 https://qiita.com/arks22/items/cb109867c7aa094354e5