Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdavis/til
Notes for various computer related things.
https://github.com/jdavis/til
Last synced: about 2 months ago
JSON representation
Notes for various computer related things.
- Host: GitHub
- URL: https://github.com/jdavis/til
- Owner: jdavis
- License: mit
- Created: 2015-08-15T19:59:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T19:17:09.000Z (almost 9 years ago)
- Last Synced: 2024-04-29T21:12:31.367Z (8 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIL
> Today I Learned
Notes for various computer related things that don't warrant an entire blog
post.Inspired by jbranchaud's [til repository](https://github.com/jbranchaud/til).
## Categories
- [Vim](#vim)
---
### Unix
- [Generic Grep Command](unix/generic-grep-command.md)
### Vim
- [Highlight the current word under the cursor](vim/highlight-current-word.md)
- [Tag navigation](vim/tag-navigation.md)
- [Jump navigation](vim/jump-navigation.md)## License
This code is distributed under the MIT license. For more info, read the
[LICENSE](/LICENSE) file distributed with the source code.