Skip to content

Commit d0426b6

Browse files
authored
Merge pull request #419 from ndabAP/feat/reverse-i-search-query
feat: reverse i search
2 parents 8685b5c + f8891e6 commit d0426b6

17 files changed

+150
-36
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Now with Vue.js 3 support!
1616
- Multiline support with `\`
1717
- Autocompletion resolver (with <kbd>↹</kbd>)
1818
- Browse history (with <kbd>↑</kbd>/<kbd>↓</kbd>)
19-
- Search history (with <kbd>Ctrl</kbd> + <kbd>r</kbd>) (comming soon)
19+
- Search history (with <kbd>Ctrl</kbd> + <kbd>r</kbd>)
2020

2121
## Installation
2222

@@ -348,8 +348,8 @@ contribute please consult `CONTRIBUTING.md`.
348348

349349
## Browser support
350350

351-
This library uses the `MutationObserver` to track if the terminal needs to
352-
scroll to the bottom. You may need a pollyfill to support your target browser.
351+
This library uses the `ResizeObserver` to track if the terminal needs to scroll
352+
to the bottom. You may need a pollyfill to support your target browser.
353353

354354
## Projects using vue-command
355355

docs/css/app.7efe9df6.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)