Created
December 15, 2016 05:48
-
-
Save AvinashKrSharma/974022f30670d9605fbad928a116c4a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zsh: │ | |
0. Demonstrate oh-my-zsh │ | |
1. Installing zsh │ | |
2. Installing oh-my-zsh │$ avinash in ~ | |
3. zshrc │➜ | |
4. Tab completion - cd, ls, command history with up, expand env variables, flags of command with tab, capitalization corrections │ | |
5. Themes │ | |
6. Plugins - extract, sudo, vi-mode, web-search │ | |
7. Git - https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git │ | |
8. Aliases - https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#common-aliases │ | |
│ | |
vi(m): https://github.com/AvinashKrSharma/dotfiles │ | |
1. Introduction │ | |
2. Exiting Vim (:P) https://twitter.com/iamdevloper/status/435555976687923200?lang=en │ | |
3. Opening files/folders │ | |
4. Modes │ | |
5. Every key is a command │ | |
6. Searching │ | |
7. Navigation inside a file │ | |
8. Previous location │ | |
9. Matching parenthesis │ | |
10. Text editing - replace, append, insert │ | |
11. Deleting text │ | |
12. Substitute command :s │ | |
13. External commands │ | |
14. Copy paste text ├─────────────────────────────────────────────────────────── | |
15. Set option │ | |
16. Operator(d) & motion(w) - add count │$ avinash in ~ | |
17. Commands on line │➜ | |
18. Undo & redo │ | |
19. Buffers │ | |
20. Tabs │ | |
21. Splits │ | |
22. My vimrc - https://github.com/AvinashKrSharma/dotfiles/blob/master/vimrc │ | |
23. Questions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment