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

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

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!!