Ternux
Settings

Terminal Settings

Configure font, cursor, scrollback, and bell for the terminal emulator.

Go to Settings → Terminal to configure the xterm.js terminal behavior.

Font

SettingDefaultDescription
Font family"Menlo, monospace"Comma-separated font stack
Font size14Size in points
Line height1.2Line spacing multiplier
Letter spacing0Extra spacing between characters

Nerd Font icons in prompts require a Nerd Font to be installed and selected as the font family.

Cursor

SettingOptions
Cursor styleBlock, Underline, Bar
Cursor blinkOn / Off

Scrollback

Set the number of lines kept in the scrollback buffer. Higher values use more memory. Default is 1000. Set to 0 for unlimited (not recommended for long-running sessions).

Bell

SettingOptions
Bell styleNone, Visual (flash), Audio

Default shell

Set the shell to launch for local terminal tabs. Leave blank to use the system default ($SHELL).

Examples:

  • /bin/zsh
  • /bin/bash
  • /usr/bin/fish
  • pwsh (Windows)

On this page