zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Implement Edit:Open Live Above and Edit:Open Line Below. #516

Closed ghost closed 9 years ago

ghost commented 9 years ago

Let's start with an easy one ;-)

Edit:Open Line Above corresponds to Vim's O command and Edit:Open Line Below corresponds to o. I have defined the default keybinds as Alt-Enter and Shift-Enter because I think that makes most sense: these are "alternate" behaviors for what happens when you press enter. But I also added Alt-o and Alt-O to be consistent with the other Vim-y keybinds we have.

zefhemel commented 9 years ago

Looks good!