We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bc180 commit c11af42Copy full SHA for c11af42
write/command.go
@@ -60,6 +60,8 @@ func (o Options) Run() error {
60
keymap: defaultKeymap(),
61
}
62
63
+ m.textarea.KeyMap.InsertNewline = m.keymap.InsertNewline
64
+
65
ctx, cancel := timeout.Context(o.Timeout)
66
defer cancel()
67
0 commit comments