diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 18:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 18:37:14 +0200 |
commit | efea8a66b12d98b02d0594b54c4e575262d4e3da (patch) | |
tree | 246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/tips.txt | |
parent | cd190db8b3f1376a35a3cdce00e277018f809862 (diff) | |
parent | 45ef3d9d0c5f09e735b984fb6bbb25b27848408c (diff) | |
download | rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.gz rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.bz2 rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.zip |
Merge #6632 from justinmk/doc
Diffstat (limited to 'runtime/doc/tips.txt')
-rw-r--r-- | runtime/doc/tips.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt index 05d080280c..9b34cd7599 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -13,21 +13,7 @@ http://www.vim.org Don't forget to browse the user manual, it also contains lots of useful tips |usr_toc.txt|. -Editing C programs |C-editing| -Finding where identifiers are used |ident-search| -Scrolling in Insert mode |scroll-insert| -Smooth scrolling |scroll-smooth| -Correcting common typing mistakes |type-mistakes| -Counting words, lines, etc. |count-items| -Restoring the cursor position |restore-position| -Renaming files |rename-files| -Change a name in multiple files |change-name| -Speeding up external commands |speed-up| -Useful mappings |useful-mappings| -Compressing the help files |gzip-helpfile| -Hex editing |hex-editing| -Using <> notation in autocommands |autocmd-<>| -Highlighting matching parens |match-parens| + Type <M-]> to see the table of contents. ============================================================================== Editing C programs *C-editing* |