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 5d2d87c commit 3087d48Copy full SHA for 3087d48
vm/src/readline.rs
@@ -81,6 +81,9 @@ mod rustyline_readline {
81
.tab_stop(8)
82
.build(),
83
);
84
+ // Parse multiple lines correctly
85
+ repl.bind_sequence(KeyPress::BracketedPasteStart, Cmd::Noop);
86
+
87
repl.bind_sequence(
88
KeyPress::ControlLeft,
89
Cmd::Move(Movement::BackwardWord(1, Word::Vi)),
0 commit comments