vitunes 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- 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