-
Notifications
You must be signed in to change notification settings - Fork 15
Vince Buffalo edited this page Jun 4, 2014
·
11 revisions
- Habit Breaking, Habit Making
- Jumping long distances
- Most productive Vim shortcuts
- Vim Spell Checking
- Fonts for Powerline
- Unix as an IDE with a section on editing
- Evil-mode for Emacs Video great demonstration of Vim's power.
- vim-multiple-cursors
-
LaTeX-Box (though there is better info in
:help latex-box
)
There are a few annoyances I still need to work on optimizing:
- Emacs
M-q
does really nice word wrapping. This can be used in normal mode withgqq
or better,gqip
. However, this changes cursor position, which is a bad side effect. - Overwriting the default register. This where I like emacs approach of using a kill ring, rather than a set of registers.