Skip to content

Commit

Permalink
Merge pull request #1740 from krader1961/issue-1738-key-down
Browse files Browse the repository at this point in the history
Fix edit:insert:binding regression
  • Loading branch information
xiaq authored Jan 3, 2024
2 parents d86b61c + 1d43750 commit 66dc7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/edit/init.elv
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ set insert:binding = (binding-table [
&Ctrl-N= $navigation:start~
&Tab= $completion:smart-start~
&Up= $history:start~
&Down= $end-of-history~

&Alt-Enter={ insert-at-dot "\n" }

Expand Down

0 comments on commit 66dc7c9

Please sign in to comment.