deadpixi / sam

An updated version of the sam text editor.
Other
430 stars 46 forks source link

delbol should backspace on beginning of line and go to eol of preceding line #92

Open henesy opened 5 years ago

henesy commented 5 years ago

As per title, delword when performed on the beginning of an empty line when pressed will backspace the line and move the cursor to the end of the preceding line.

Most delbol-like functionality (such as ctrl+u in vim or Plan 9's sam/acme) will perform this way in unix-like environments so I feel like it would be logical to replicate this functionality in deadpixi/sam.

ghost commented 5 years ago

some things are just a quirks of a past...