Add bind to Insert > Separated <Environment> Above

The binding <Alt + p, Shift + Return> is already used for
environment-split outer, so we bind <Alt + p, Alt + Return>
to environment-split before.
This commit is contained in:
Scott Kostyshak 2020-05-23 09:03:51 -04:00
parent b5b015ba3a
commit 386aba099b

View File

@ -126,6 +126,7 @@ Format 5
\bind "M-p Up" "outline-up"
\bind "M-p Down" "outline-down"
\bind "M-p M-Return" "environment-split before"
\bind "M-p Return" "command-alternatives environment-split ; environment-split previous"
\bind "M-p S-Return" "environment-split outer"