gpt4 book ai didi

vim - 是否可以 "extend"IntelliJ 以便我可以在 VIM 中打开当前文件

转载 作者:行者123 更新时间:2023-12-03 09:47:45 24 4
gpt4 key购买 nike

我在大部分 Java 编程中都使用 IntelliJ,但有时我需要进行某些更改,这些更改在 VIM 中更容易完成。

因此,问题:

当我在 IntelliJ 中编辑文件时,有可能告诉 IntelliJ 使用当前光标下的相同文件启动 VIM。

谢谢 !!

最佳答案

对于 macOS 10.12+ 的用户,如果要在 中打开iTerm2 ,这是一个最新的解决方案:

#!/bin/sh

vim="vim $1"
osascript -e "
tell application \"iTerm\"
set myterm to (create window with default profile)
tell myterm
activate current session
launch session \"Default Session\"
tell the current session
write text \"$vim\"
end tell
end tell
end tell
"

日期:2018 年 4 月 5 日
iTerm2:3.1.5
IntelliJ IDEA:2018.1
https://gist.github.com/backslash112/open_vim_in_iterm.sh

关于vim - 是否可以 "extend"IntelliJ 以便我可以在 VIM 中打开当前文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4037984/

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