Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reconquest/tmux-autocomplete


https://github.com/reconquest/tmux-autocomplete

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# tmux-autocomplete

tmux autocomplete tool offers a way to complete identifiers from current pane.

## Configuration

Modify `~/tmux.conf` to enable autocompletion:

```
bind-key -n "tmux-autocomplete"
```

Pressing `` will start completion mode based on the identifier which
is just before cursor.

Use arrow keys to navigate and select proper candidate.