IGI-111 / Smith

A simple text editor written in Rust
MIT License
169 stars 6 forks source link

feat: delete line and move line shortcurts #26

Open drahnr opened 4 years ago

drahnr commented 4 years ago

Many editors offer support for deleting a line via Ctrl-D (i.e. micro ) besides moving lines up and down.

It would be awesome if smith would offer that too so it can fully replace micro :)