mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 17:49:28 +08:00
Use inline code
This commit is contained in:
parent
238c77afd9
commit
b927e5520a
@ -1147,8 +1147,8 @@ within that file.
|
||||
A few simple rules:
|
||||
|
||||
- options are enclosed in single quotes, e.g. `:h 'textwidth'`
|
||||
- VimL functions end in (), e.g. `:h reverse()`
|
||||
- commands start with :, e.g. `:h :echo`
|
||||
- VimL functions end in `()`, e.g. `:h reverse()`
|
||||
- commands start with `:`, e.g. `:h :echo`
|
||||
|
||||
You can use `<c-d>` (this is <kbd>ctrl</kbd>+<kbd>d</kbd>) to list all tags that
|
||||
match the currently entered query. E.g. `:h tab<c-d>` will get you a list of all
|
||||
|
Loading…
x
Reference in New Issue
Block a user