jef
jef

Reputation: 4083

Are there any ways to disable ctrl-i at mac's default terminal?

I'm a mac user and use mac's default terminal app. Are there any ways to disable ctr-i at mac's default terminal? Ctrl-i conflicts my vim and tmux shortcut. I don't need to use ctrl-i binding as the terminal.

Upvotes: 0

Views: 198

Answers (1)

Thomas Dickey
Thomas Dickey

Reputation: 54563

ctrl+I (whether i or I does not matter) is the TAB character, which you probably need. It is not a key which is set in Terminal's preferences, so (while you could add a keyboard shortcut to something different), it is not something that you could disable.

Upvotes: 2

Related Questions