vitunes 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -74,7 +74,7 @@ More advanced autocompletion tips:
|
|
|
74
74
|
|
|
75
75
|
* `CTRL-e` closes the match list and lets you continue typing
|
|
76
76
|
* `CTRL-u`: when the match list is active, cycles forward through the match list and what you've typed so far; when the match list is inactive, erases what you've typed.
|
|
77
|
-
* `CTRL-x
|
|
77
|
+
* `CTRL-x CTRL-u` reactivates autocompletion if it's gone away
|
|
78
78
|
* `CTRL-y` selects the highlighted match without triggering ENTER
|
|
79
79
|
|
|
80
80
|
To exit the autocompletion or search query mode, press `ENTER` when the query
|
data/lib/vitunes/version.rb
CHANGED