edit
edit copied to clipboard
We all edit.
So this is a weird environment. I have this line in my `.zshrc` (Ubuntu 24.04, gnome terminal, version 1.1.0): ```sh if [[ -z "$TMUX" && ( -n "$DISPLAY" || -n...
Added translation for Polish in the file `localization.rs`.
When `Ctrl+G` there's no way to know the total number of lines in the editor w/out scrolling to the bottom. Please add the total number of lines to the `statusbar`
re: #17 Aka. "It's tempting to live in your editor, but have you tried living in your shell?" Recently I dove deep into and embraced working on the command line--yes...
As of #97, this project now declares its need for a nightly compiler version, which helps with compiling the project normally. However, right now, it will cause rustup to use...
 I don't know if this is the expected behavior. This is not a problem for using mouse, but it is not intuitive for keyboard user. If I want to...
I have fully migrated my simple editing work to EDIT. I would like to know if adding the following features is reasonable: 1. Use alt+arrow up/down to move current line...
Please consider adding support for multiple tabs like notepad.exe. Great tool.
winget package includes the program database (pdb) which is 3M larger than the 200K executable (edit.exe) and not needed: ``` C:\PROGRAM FILES\WINGET\PACKAGES\MICROSOFT.EDIT_MICROSOFT.WINGET.SOURCE_8WEKYB3D8BBWE\EDIT-1.1.0-X86_64-WINDOWS edit.exe edit.pdb ```
We already got a fuzzy matcher (`src/fuzzy.rs`), now all we need is the matching command palette! We can then use it for representing the existing encoding picker, indentation picker, and...