home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim53os2.zip / vim-5.3 / doc / howto.txt < prev    next >
Text File  |  1998-08-30  |  3KB  |  97 lines

  1. *howto.txt*    For Vim version 5.3.  Last modification: 1998 Jan 18
  2.  
  3.  
  4.           VIM REFERENCE MANUAL      by Bram Moolenaar
  5.  
  6.  
  7. How to ...                *howdoi* *how-do-i* *howto* *how-to*
  8.  
  9. |tutor|            get started
  10. |:quit|            exit?  I'm trapped, help me!
  11. |initialization|    initialize Vim
  12. |suspend|        suspend Vim
  13. |crash-recovery|    recover after a crash
  14. |backup|        keep a backup of my file when writing over it
  15.  
  16. |edit-files|        edit files
  17. |edit-binary|        edit binary files
  18. |inserting|        insert text
  19. |deleting|        delete text
  20. |changing|        change text
  21. |copy-move|        copy and move text
  22. |formatting|        format text
  23. |format-comments|    format comments
  24. |C-indenting|        indent C programs
  25. |'autoindent'|        automatically set indent
  26.  
  27. |repeating|        repeat commands
  28. |undo-redo|        undo and redo
  29.  
  30. |cursor-motions|    move around
  31. |word-motions|        word motions
  32. |left-right-motions|    left-right motions
  33. |up-down-motions|    up-down motions
  34. |object-motions|    text-object motions
  35. |various-motions|    various motions
  36. |object-select|        text-object selection
  37. |'whichwrap'|        move freely beyond beginning/end of line
  38. |pattern-searches|    specify pattern for searches
  39. |tags-and-searches|    do tags and special searches
  40. |include-search|    search in include'd files used to find
  41.             variables, functions, or macros
  42. |K|            look up manual for the keyword under cursor
  43.  
  44. |scrolling|        scroll
  45. |'sidescroll'|        scroll horizontally/sideways
  46. |'scrolloff'|        set scroll boundary
  47.  
  48. |mode-switching|    change modes
  49. |Visual-mode|        use Visual mode
  50. |'insertmode'|        start Vim in Insert mode
  51.  
  52. |key-mapping|        map keys
  53. |abbreviations|        create abbreviations
  54.  
  55. |ins-expandtab|        expand a tab to spaces in Insert mode
  56. |i_CTRL-R|        insert contents of a register in Insert mode
  57. |ins-completion|    complete words in Insert mode
  58. |ins-textwidth|        break a line before it gets too long
  59.  
  60. |cmdline-editing|    do command-line editing
  61. |cmdline-completion|    do command-line completion
  62. |'cmdheight'|        increase the height of command-line
  63. |cmdline-ranges|    specify command-line ranges
  64. |autocommand|        specify commands to be executed automatically
  65.             before/after reading/writing entering/leaving a
  66.             buffer/window
  67.  
  68. |'autowrite'|        write automatically
  69. |quickfix|        speedup edit-compile-edit cycle or compile and fix
  70.             errors within Vim
  71.  
  72. |options|        set options
  73. |auto-setting|        set options automatically
  74. |term-dependent-settings| set options depending on terminal name
  75. |save-settings|        save settings
  76. |:quote|        comment my exrc/vimrc/gvimrc files
  77. |'helpheight'|        change the default help height
  78. |'highlight'|        set various highlighting modes
  79. |'title'|        set the window title
  80. |'icon'|        set window icon title
  81. |'report'|        avoid seeing the change messages on every line
  82. |'shortmess'|        avoid |hit-return| prompts
  83.  
  84. |mouse-using|        use mouse with Vim
  85. |windows.txt|        manage multiple windows and buffers
  86. |gui.txt|        use the gui
  87. |:sleep|        catch 40 (or more!) winks, or take a catnap!
  88. |You can't! (yet)|    do dishes using Vim
  89.  
  90.                             *tutor*
  91. To get started with Vim:  There is a 30 minute tutorial that teaches the most
  92. basic Vim functionality.  The name of the file is "$VIM/tutor/tutor".  Make a
  93. copy of the file (so you can mess with it), and take a little time to learn
  94. your first Vim commands.
  95.  
  96.  vim:ts=8:sw=8:tw=78:
  97.