Build muscle memory with your favorite editor
31–40 of 122 posts
Re: Build muscle memory with your favorite editor
#32This is neat, but one thing it misses is the "reward." Not a gamification award, but the visual feedback from hitting a keyboard shortcut and seeing it actually happen, which helps reinforce the connection from muscle-action to program-action. Another important component is seeing the scenario. Seeing the words "Duplicate line" doesn't hit the same neurons as seeing the situation in the text-editor that toggles my br…
False. Why gamify, I actually found this incredibly useful all in itself.
Re: Build muscle memory with your favorite editor
#33Re: Build muscle memory with your favorite editor
#34This is great, I've seen a web game that you can use to practice vim schortcuts. But since this one's about building muscle memory, I don't see how this is going to be better than the actual use of the editor itself. Using the actual editor not only gives you the actual feeling but also challenge you with the real text editing tasks. CMIIW. But this is still useful if you just want to see a cheatsheet or not knowing…
Re: Build muscle memory with your favorite editor
#35http://zeroturnaround.com/wp-content/uploads/2010/11/IDEs.pn...
Re: Build muscle memory with your favorite editor
#36I wonder if this actually teaches you the right kind of muscle memory. I have no difficulty with hjkl for navigating in Vim, but I had trouble associating those keys with the string "move one character". Mapping from the description of the command to the key is not the kind of muscle memory I use all day.
Re: Build muscle memory with your favorite editor
#37I wonder if this actually teaches you the right kind of muscle memory. I have no difficulty with hjkl for navigating in Vim, but I had trouble associating those keys with the string "move one character". Mapping from the description of the command to the key is not the kind of muscle memory I use all day.