1. Vim
  2. Introduction to Vim
    1. Install vim
    2. First editing session - create file
    3. Change file
    4. Visual Insert
    5. Visual Append
    6. Modes of vim
    7. ESC
    8. Save (write) file
    9. Quit
    10. Basic moves
    11. Switch to insert/edit mode
    12. Delete row/word/character
    13. Undo - Redo
    14. Copy/Paste (Yank/Paste)
    15. Switch characters
    16. Exercise: vim intro
    17. Exercise: vim editing
  3. More of Vim
    1. Repeate commands
    2. Repeat last change
    3. Search
    4. Search and replace: substitute
    5. Search and replace: substitute modifiers
    6. help
    7. Editing another file
    8. Switching buffers
    9. Switching between last two buffers in vim
    10. Visual modes
    11. Indentation
    12. String completition in insert mode
    13. Shell commands
    14. Jump to character in current line
    15. Windows
    16. Mark
    17. Registers
    18. Change encoding
    19. Current filename
    20. Show rownumbers
    21. Show invisible characters
    22. ~/.vimrc
    23. Embed vim settings in source code
    24. TABs vs. Spaces
    25. Videos
    26. Vim Resources