ci_edit
ci_edit copied to clipboard
A terminal text editor with mouse support and ctrl+Q to quit.
If you have text selected and you press page up/down, everything in between the old cursor position and the new one becomes selected. Is this a bug or a feature?
I have a couple questions regarding how we should design this function. Currently, selected text prior to entering interactive find will be transformed into a single regex line. However, if...
Here i changed a file under /opt folder and save it with **control + s**, but it's useless. maybe it's a protected file but if there are some hint about...
I was going to move this sometime to be imported and saved at the same time as history so it supports multiple views, but wanted to check if it works...
Seems like a good feature to have for variable/function names. Maybe one that can be turned off/on.
os version: OS X 10.11.4 After cloning this project, I met three question: 1. First, ran this install.sh failed. Then checking this script file and **echo SRC_PATH and APP_DIR**, all...
Right now, user prefs can be edited as json files in ~/.ci_edit/prefs/... (requiring reopening the editor). Let's make those prefs editable and auto-refreshing from within the editor (without requiring reopening...
Scrolling down using the mouse wheel makes the window snap back to the cursor (if it is out of view) and does nothing if the cursor is in view. Scrolling...
Someday I'd like to provide multiple views that look into the same file (TextBuffer). This is similar to the split (either horizontal or vertical) that other editors provide. We may...
@dschuyler Do you think it'll soon be time to make a setup.py file, deploy the program to pip or something so we can install it as a program? Then we'll...