https://github.com/dxrcy/vimline-c
Simple single-line text input with vim keybinds in ncurses
https://github.com/dxrcy/vimline-c
Last synced: 3 months ago
JSON representation
Simple single-line text input with vim keybinds in ncurses
- Host: GitHub
- URL: https://github.com/dxrcy/vimline-c
- Owner: dxrcy
- License: gpl-3.0
- Created: 2024-08-03T00:37:22.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-22T09:41:33.000Z (3 months ago)
- Last Synced: 2025-03-06T10:50:33.362Z (3 months ago)
- Language: C
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimline C
Simple single-line text input with vim keybinds in ncurses.
[**Rewritten in Zig!!**](https://github.com/dxrcy/vimline)
```sh
# Compile and run
make run# Install
make
sudo make install
```There are still a few bugs btw!!