https://github.com/sebastiencs/omnibox
Lightweight completion/selection system for Emacs
https://github.com/sebastiencs/omnibox
completion emacs
Last synced: 5 days ago
JSON representation
Lightweight completion/selection system for Emacs
- Host: GitHub
- URL: https://github.com/sebastiencs/omnibox
- Owner: sebastiencs
- Created: 2018-03-28T02:04:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T00:49:27.000Z (over 7 years ago)
- Last Synced: 2025-10-03T22:57:55.499Z (5 days ago)
- Topics: completion, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 467 KB
- Stars: 54
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omnibox
### Lightweight completion/selection system for Emacs.

[[More screenshots]](https://github.com/sebastiencs/omnibox/tree/screenshots)Require Emacs >= 26.
Not compatible with Emacs in terminalUsage:
```el
(use-package omnibox
:config
(global-set-key (kbd "M-x") 'omnibox-M-x)
(omnibox-setup))
```It replaces Helm in my daily usage but the package is still under development so don't consider it stable.