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 07322bc commit c5ceeb0Copy full SHA for c5ceeb0
src/components/VueCommandQuery.vue
@@ -21,6 +21,8 @@
21
@input="setQuery($event.target.value)"
22
@keydown.tab.exact.prevent="autocompleteQuery"
23
@keydown.ctrl.r.exact.prevent="reverseISearch"
24
+ @keyup.arrow-left.exact="setCursorPosition($refs.queryRef.selectionStart)"
25
+ @keyup.arrow-right.exact="setCursorPosition($refs.queryRef.selectionStart)"
26
@keyup.enter.exact="submit" />
27
</div>
28
</template>
0 commit comments