[memo] macbook air の wezterm で \ backslash を入力する macOS Left and Right Option Key を設定する
iTerm2 から wezterm の乗り換えようと設定中
wezterm から右ALT使えてない?
Keyboard Concepts を確認してみる
https://wezfurlong.org/wezterm/config/keyboard-concepts.html?h=send_composed_key_when_left_alt_is_pressed
見つけた
config.send_composed_key_when_right_alt_is_pressed = true
❯ nvim $HOME/.config/wezterm/wezterm.lua
backslash が右option(ALT)-¥で<FFFFFF>と表示されてしまう
wezterm show-keys --lua | lv
これではわからないか
You can control this behavior in your configuration:
config.send_composed_key_when_left_alt_is_pressed = false
config.send_composed_key_when_left_alt_is_pressed = true
で無事設定完了。
のこりは、iTerm2 の Paste History を wezterm でどう実現するかだな
コメント