mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
import VTSequence from "@/components/VTSequence";
|
|
|
|
# Tab (TAB)
|
|
|
|
<VTSequence sequence="TAB" />
|
|
|
|
This is an alias for [cursor horizontal tabulation (CHT)](/vt/cht) with
|
|
`n = 1`.
|