| layout | post | |
|---|---|---|
| title | Practice Log for 2013-05-30 | |
| categories |
|
-
Intro to 'Write Code Faster: Expert-level Vim'
-
Learn to use the vim
:help -
Keep a cheat sheet on your desk (7-10 commands), find excuses to use them
- If you do something the wrong way, undo it and redo it the right way
-
Keep track of your annoyances (mistakes, things that are harder than they should be, etc) and put them on a list (back of cheat sheet)
-
Learn all of the single letter commands (80% of power with 20% of effort - Pareto)
-
Rebind caps lock to ESC
-
-
Write code faster: expert-level vim (Railsberry 2012) by Ben Orenstein
- <@tk>{: .tk} - Checkout some of this other content Ben talked about
- Look at Ben's
.vimrcfile - Command-T
- http://vimuniversity.com/
- surround.vim
- http://learnvimscriptthehardway.stevelosh.com/
- http://vimcasts.org
- Look at Ben's
- <@tk>{: .tk} - Checkout some of this other content Ben talked about
-
Learn Ruby The Hard Way - Exercise 27-35
(0..5)- the Range class seems neat, similar to some of the value of python