Skip to content

Commit

Permalink
Don't leave underline/overline box after insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyoya2 committed Mar 2, 2022
1 parent c3cbbf6 commit be0eb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.bind
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ Format 4
\bind "M-Up" "math-insert \\land"
\bind "C-comma" "command-sequence math-insert ,; math-space"
\bind "M-u bracketleft" "command-sequence math-insert \\underbrace; line-end; math-subscript"
\bind "M-u s" "command-sequence math-insert \\underline; line-end"
\bind "M-u w" "command-sequence math-insert \\overline; line-end"
\bind "M-u w" "math-insert \\overline"
\bind "M-u s" "math-insert \\underline"
\bind "C-M-t" "math-insert \\aleph"
\bind "C-S-parenleft" "math-delim ( )"
\bind "S-braceleft" "math-delim { }"
Expand Down

0 comments on commit be0eb33

Please sign in to comment.