Skip to content

Instantly share code, notes, and snippets.

@LinuxIsCool
Created February 2, 2024 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinuxIsCool/8477e5e008ec890692714569bc7238fc to your computer and use it in GitHub Desktop.
Save LinuxIsCool/8477e5e008ec890692714569bc7238fc to your computer and use it in GitHub Desktop.
Differentiate `<C-i>` from `<TAB>` in alacritty

Add the following to alacritty:

key_bindings:
   - { key: I, mods: Control, chars: "\x1b[105;6u" }

Source: NvChad/NvChad#1551 (comment)

This enables your terminal to differentiate control+i from the tab key. Very useful in vim!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment