ci_edit icon indicating copy to clipboard operation
ci_edit copied to clipboard

A terminal text editor with mouse support and ctrl+Q to quit.

Results 55 ci_edit issues
Sort by recently updated
recently updated
newest added

Besides ctags, would be nice to implement the support for the trendy language server protocol

enhancement

I am proposing to add a command to open a file inside the current working directory with the fuzzy search.

enhancement

Note: This is a possible suggestion. - When user attempts to quit after unsaved changes - User is prompted whether to save, not save or cancel quitting - On keypress...

enhancement

Not sure if it is possible to efficiently keep a saved state of the current modified file in case of an unexpected exit (shutdown, restart, terminal closed). Maybe it would...

enhancement

I was wondering if the issues board was still being updated, since I wanted to get back into working on this project. Perhaps maybe creating a slack channel would be...

question

Hi there. I found your text editor awesome and greatly like it. Thanks for a great job!! But I have a dummy question if there is an ability to add...

enhancement

I tried to run ci_edit on an ARM development board. Since SSH is not available I used the serial connection. (this may mean that the colour support of the terminal...

enhancement

This PR includes a new object in the TextBuffer object that tracks the file on disk using threads. If in single-threaded mode, the object will not automatically track the file,...

Implement text wrapping and maybe scrolling as well.

A tree of redo chains where every path from the root to a leaf is a "redo chain." This is actually really cool since sometimes when I undo to see...