vitunes 0.1.8 → 0.1.9
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 +8 -0
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -69,6 +69,14 @@ items update. This autocompletion is case-sensitive.
|
|
|
69
69
|
`CTRL-p` and `CTRL-n` let you navigate the drop-down matches. Press `ENTER` to select
|
|
70
70
|
one.
|
|
71
71
|
|
|
72
|
+
More advanced autocompletion tips:
|
|
73
|
+
|
|
74
|
+
* `CTRL-e` closes the match list and lets you continue typing
|
|
75
|
+
* `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.
|
|
76
|
+
* `CTRL-x C-u` reactivates autocompletion if it's gone away
|
|
77
|
+
* `CTRL-y` selects the highlighted match without triggering ENTER
|
|
78
|
+
* `ENTER` selects the highlighted match from the match list
|
|
79
|
+
|
|
72
80
|
Press `ENTER` or `ESC` to exit either search query or drop-down selection mode.
|
|
73
81
|
|
|
74
82
|
### Volume Control
|
data/lib/vitunes/version.rb
CHANGED