| Is all about muscular memory, so you need to repeat and repeat, and take your time to develop it. Is normal not to grasp it after a few hours using the program. Nobody expects taking one karate class and exit being a master of katas. First emacs kata should include this very simple concepts 1.Opening a file (the easy way) -> extra simple. Type "emacs /path/to/my-file" in a terminal. If a file with this name does not exist in the directory, a file image in memory will be created for it. 2.Do something with the file. Edit the file, see the image, read the pdf that you opened or take a look to the pdf code. Just use the keyboard and type something. 3.Close your file. Type Control and X at the same time. Then type C (for close): "ctrl-x c" > "Your buffer (image in memory of the file) has been modified. Do you want to save the changes?" Not: type N. Yes: type Y. Take in mind that if you open an extant file and type N, the old file will not be modified (you have still a file with this name). But if you open a new file and type N, the image in memory will be discarded without a trace. Don't look for an empty file with that name in your directory. Will materialize only after you save it once. You can save an empty file. Congratulations you are using emacs now. Here is your white belt. Any time invested on using the program will payback later generously |
The book is a weekly practice schedule that takes ten minutes a day to build up muscle memory for variety of techniques on premade files. It starts with the absolute basics, but builds all the way to advanced regular expressions with lookahead and lookbehind. By the end it covers the management and editing of marks, registers and macros.
It's amazing what a difference it makes to have muscle memory with macros and registers. Of course one can devise their own katas from the docs, but I just did the legwork of manufacturing scenarios to practice them.
https://leanpub.com/deliberatevim