18 lines
464 B
Markdown
18 lines
464 B
Markdown
# Vim Wishlist
|
|
|
|
## Abstract
|
|
This document is a repository for random musings / groanings about my current Vim tooling.
|
|
|
|
## Wishlist
|
|
|
|
* HTML autocomplete for previously typed CSS selectors. Should work in both *.html files and *.css files.
|
|
|
|
```html
|
|
<!-- This currently doesn't autocomplete -->
|
|
<section class="some-class-here">
|
|
</section>
|
|
...
|
|
<section class="some-
|
|
```
|
|
* Ctags for CSS selectors (*.html -> *.css)
|
|
* "Find usages" for CSS selectors (*.css -> *.html)
|