I could not find this anywhere. If I'm in the rebase -i, and I want to add a line return in the list of picks, how do I do that? I backspaced a pick to far and the pick got appended on the line above it and I just want to move it down again.
this is in WebStorm, terminal:
▶ git config --list
credential.helper=osxkeychain
credential.helper=osxkeychain
diff.tool=wstorm
difftool.prompt=false
difftool.wstorm.cmd=/Applications/WebStorm.app/Contents/MacOS/webstorm diff $LOCAL $REMOTE
merge.tool=wstorm
mergetool.wstorm.cmd=/Applications/WebStorm.app/Contents/MacOS/webstorm merge $LOCAL $REMOTE $BASE $MERGED
user.name=dschinkel
user.email=dschinkel@gmail.com
push.default=simple
color.branch=auto
color.diff=auto
color.status=auto
color.branch.current=yellow reverse
color.branch.local=yellow
color.branch.remote=green
color.diff.meta=yellow bold
color.diff.frag=magenta bold
color.diff.old=red bold
color.diff.new=green bold
color.status.added=yellow
color.status.changed=green
color.status.untracked=cyan
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true