gpt4 book ai didi

intellij-idea - 如何让 Jetbrains IDE 的嵌入式终端将 ALT/Option 识别为 Meta 键?

转载 作者:行者123 更新时间:2023-12-03 13:37:16 24 4
gpt4 key购买 nike

我目前在 WebStorm 工作,但也使用 IDEA 和 RubyMine。
我正在使用嵌入式终端,并希望将 Alt/Option 键识别为元键,或者至少发送键+ESC。

最佳答案

现在我已经搬到 zsh 并且在这个问题上有更多的经验。这是我的 .zshrc 文件中的内容:

### Jetbrains terminal
if [[ "$TERMINAL_EMULATOR" == "JetBrains-JediTerm" ]]; then
bindkey -s "µ" "^E | less ^M" # Personal Alt-M shortcut
bindkey "ƒ" forward-word
bindkey "∫" backward-word
bindkey "∂" kill-word
bindkey "¬" downcase-word
bindkey "ç" capitalize-word
bindkey "†" transpose-words
bindkey "≥" insert-last-word
# bindkey "¨ " upcase-word
fi
查看 zsh list of standard Widgets

关于intellij-idea - 如何让 Jetbrains IDE 的嵌入式终端将 ALT/Option 识别为 Meta 键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26366125/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com