Set $TERMINAL=alacritty for C-i vs Tab
dblume

dblume commited on 2024-04-26 22:01:24
Showing 1 changed files, with 3 additions and 0 deletions.


I want vim to keep C-o/C-i jump pairs and map Tab/Shift-Tab oo :bn/:bp,
and gnome-terminal can't distinguish between C-i and Tab.

So I need to install Alacritty where gnome-terminal comes default
and tell i3-sensible-terminal to use Alacritty.
... ...
@@ -147,6 +147,9 @@ case "$-" in
147 147
   # You may have to explicitly source /usr/share/bash-completion/bash_completion
148 148
   CDPATH=.:$HOME
149 149
 
150
+  # gnome-terminal can't distinguish C-i vs Tab, have i3wm use alacritty
151
+  export TERMINAL=alacritty
152
+
150 153
  ;;
151 154
 esac
152 155
 
153 156