Skip to content

Instantly share code, notes, and snippets.

@Nebuchadrezzar
Last active October 27, 2022 03:30
Show Gist options
  • Save Nebuchadrezzar/9a12afd175dbab99193855fccdc1c003 to your computer and use it in GitHub Desktop.
Save Nebuchadrezzar/9a12afd175dbab99193855fccdc1c003 to your computer and use it in GitHub Desktop.
export and import terminfo
# Export
infocmp -x tmux-256color >! tmux256
nfocmp -x xterm-kitty >! xterm-kitty
# Import
tic -x tmux256
tic -x xterm-kitty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment