投稿

ラベル(iTerm2)が付いた投稿を表示しています

[memo] macbook air の wezterm で \ backslash を入力する macOS Left and Right Option Key を設定する

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