1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00

Fix doc for mouse support in tabline

This commit is contained in:
wsdjeg 2017-12-04 21:21:19 +08:00
parent 421f5a6053
commit 3051636771

View File

@ -533,6 +533,8 @@ Buffers will be listed on tabline if there is only one tab, each item contains t
SpaceVim tabline also support mouse click, left mouse button will switch to buffer, middle button will delete the buffer. SpaceVim tabline also support mouse click, left mouse button will switch to buffer, middle button will delete the buffer.
**NOTE:** this feature is only supported in neovim with `has('tablineat')`.
| Key Binding | Description | | Key Binding | Description |
| ---------------- | ------------------ | | ---------------- | ------------------ |
| `<Mouse-left>` | jump to the buffer | | `<Mouse-left>` | jump to the buffer |