2023-07-05 14:56:07 +00:00
|
|
|
# Code Completion
|
|
|
|
|
|
|
|
|
|
## Basic Usage
|
|
|
|
|
|
2023-07-17 04:58:42 +00:00
|
|
|
Tabby will show inline suggestions when you stop typing, and you can accept suggestions by just pressing the `Tab` key.
|
2023-07-05 14:56:07 +00:00
|
|
|
|
|
|
|
|

|
|
|
|
|
|
2023-07-14 06:54:24 +00:00
|
|
|
## Cycling Through Choices
|
2023-07-05 14:56:07 +00:00
|
|
|
|
|
|
|
|
When multiple choices are available, you can cycle through them by pressing `Alt + [` and `Alt + ]`.
|
|
|
|
|
|
2023-07-14 06:54:24 +00:00
|
|
|
## Keybindings
|
|
|
|
|
|
|
|
|
|
You can select a keybinding profile in the [settings](command:tabby.openSettings), or customize your own [keybindings](command:tabby.openKeybindings).
|
2023-07-05 14:56:07 +00:00
|
|
|
|
2023-07-17 04:58:42 +00:00
|
|
|
| | Next Line | Full Completion | Next Word |
|
|
|
|
|
| :--------------------------------- | :-------- | :-------------- | :---------------- |
|
|
|
|
|
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
|
|
|
|
|
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |
|