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.
2 parents 29ebfa7 + 7feee27 commit 33ac5c0Copy full SHA for 33ac5c0
src/CliMenu.php
@@ -200,6 +200,22 @@ private function selectFirstItem() : void
200
}
201
202
203
+ /**
204
+ * Disables the built-in VIM control mappings
205
+ */
206
+ public function disableDefaultControlMappings() : void
207
+ {
208
+ $this->defaultControlMappings = [];
209
+ }
210
+
211
212
+ * Set default control mappings
213
214
+ public function setDefaultControlMappings(array $defaultControlMappings) : void
215
216
+ $this->defaultControlMappings = $defaultControlMappings;
217
218
219
/**
220
* Adds a custom control mapping
221
*/
0 commit comments