Note on Helptags name clash
This commit is contained in:
parent
2b9b9f367f
commit
7e37b1226b
1 changed files with 7 additions and 1 deletions
|
@ -47,12 +47,18 @@ Commands
|
|||
| `History/` | Search history |
|
||||
| `Snippets` | Snippets ([UltiSnips][us]) |
|
||||
| `Commands` | Commands |
|
||||
| `Helptags` | Help tags |
|
||||
| `Helptags` | Help tags <sup id="a1">[1](#helptags)</sup> |
|
||||
|
||||
- Most commands support `CTRL-T` / `CTRL-X` / `CTRL-V` key
|
||||
bindings to open in a new tab, a new split, or in a new vertical split.
|
||||
- Bang-versions of the commands (e.g. `Ag!`) will open fzf in fullscreen
|
||||
|
||||
(<a name="helptags">1</a>: `Helptags` will shadow the command of the same name
|
||||
from [pathogen][pat]. But its functionality is still available via `call
|
||||
pathogen#helptags()`. [↩](#a1))
|
||||
|
||||
[pat]: https://github.com/tpope/vim-pathogen
|
||||
|
||||
### Customization
|
||||
|
||||
```vim
|
||||
|
|
Loading…
Add table
Reference in a new issue