Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconquest/tmux-autocomplete
https://github.com/reconquest/tmux-autocomplete
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reconquest/tmux-autocomplete
- Owner: reconquest
- Created: 2024-04-26T11:48:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-26T11:49:39.000Z (7 months ago)
- Last Synced: 2024-04-26T12:45:58.509Z (7 months ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.