techstrains
techstrains
What went wrong?
2 posts
I post stuff that can be used for work or personal learning, mostly technology/development related.
Don't wanna be here? Send us removal request.
techstrains Ā· 6 years ago
Text
Things to node # 01
When using ā€œdefaultValueā€ prop
Make sure to use a null checker for your variable, or your build will detect an error in ALL of your defaultValue prop
0 notes
techstrains Ā· 7 years ago
Text
Working with VIM
Today, I started to convince myself that one way or another I need to learn how to use VIM (for those who aren’t familiar with the terms, vim and nano are both text editors, I mainly use them when i’m working on terminals instead of opening other text editor apps. You can learn more about vimĀ here) instead of relying on nano.
So I searched for some YT vids on using it, I’m still working my way down the first video I’m watching so bear with me.
He showed thisĀ ā€˜cheat sheet’ and that got me to stop watching and get it as reference and post it here. Here goes :
Tumblr media
Lesson 1: Basic Editing
Tumblr media
Lesson 2 : Operators & Repetition
Tumblr media
Lesson 3 : Yank & Paste
Tumblr media
Lesson 4 : Searching
Tumblr media
Lesson 5 : Marks & Macros
Tumblr media
Lesson 6 : Various Motions
Tumblr media
Lesson 7 : Various Commands
Bonus : Overall Cheat Sheet
Tumblr media
I hope this helps people trying to learn something new for themselves or just having a hard time trying to remember all the commands.
This is coming from a visual learner. Since I, myself, am having a hard time reading all those documentations and guides to run through and not having something to see where it is applied onto leaves me a bit unsatisfied.
Credits to:
Mike Coutermarsh for his tutorial video I found here
Graphical vi-vim Cheat Sheet and Tutorial here
0 notes