问题标签 [ideavim]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
intellij-idea - 如何防止弹出窗口被 IntelliJ IDEA/PhpStorm/Pycharm/Rubymine 中的转义键关闭?
- 更新 -
新版本的ideaVim 插件已经解决了这个问题。
我在 ubuntu 下使用 PhpStorm 和 ideaVim 插件。
让我烦恼的一件事是,当我在弹出窗口(例如 show diff editor)中进行编辑时,我需要按下Escape才能切换到 Vim 正常模式,但弹出窗口仍然关闭。
我找不到任何设置来更改或禁用EscapePhpStorm 中的键映射以关闭弹出窗口。
php - 配置 Ideavim(phpstorm 插件)
我想为 phpstorm 重新配置 ideavim 插件中的某些键。具体更改0
为^
正常模式下的行为。这可能吗?我尝试查看 vim 的键盘映射设置,但它没有一个名为 go to the beginning of line(ignoring whitespace) 的动作,奇怪的是 vim 的所有键都显示为常规键( home 、 end 等)而不是 vim 键.
有谁知道怎么回事?
intellij-idea - ideavim 如何导航到方法的声明/实现?
我正在阅读:http: //ideavim.sourceforge.net/vim/quickref.html。当我的光标在一个方法上时,我如何导航到它的声明/实施(如正常模式下的 ctrl-b)我试过gd
但它没有做任何事情。
vim - Intellij中的ideavim是否有转到下一个错误的快捷方式?
我现在在一个文件中,我想点击它会转到我的文件中的下一个编译错误我修复它,然后再次点击快捷方式将转到下一个错误等等......我已经在我的文本中文件我在编辑文本文件时找不到如何导航到下一个错误。
intellij-idea - IntelliJ IDEA 13: Keyboard shortcuts to navigate stack trace after running tests?
When I run a test in IntelliJ IDEA 13.01 Ultimate, with any luck it just passes. In those rare cases (ha!) when I get an exception, though, it displays that exception on the right side of the Run
context, as is shown below:
The up and down arrows between the two panes can walk you through the stack trace, which is great. And they claim to have a keyboard shortcut, ctrl+alt+down
and ctrl+alt+up
. But these shortcuts do not seem to work with any obvious workflow, and I always wind up forced to use my mouse. This is, in fact, the only time I have to use my mouse in my IntelliJ IDEA workflow. What am I doing wrong?
shift-alt-F10
to select the test case I want to see.- The image below appears, except the two blue arrows are grayed out. This is true whether the editor window contains a relevant source file or not.
- Using the mouse, click on an item in the stack trace.
- The two arrows are now colored, and can be used by clicking on them. Their keyboard shortcuts, however, cannot be used.
- The keyboard shortcuts seem to work occasionally, under conditions that I do not understand.
I am using the ideavim
plugin--could that be an issue?
intellij-idea - 使用 PhpStorm IdeaVim,我无法使用 shift+箭头键选择单词
我正在使用带有 IdeaVim 插件的 PhpStorm 7.1.2。
在插入模式下,我想使用Shift + ArrowKey
. 但是,这个 IdeaVim 插件似乎阻止了这样做。我只能使用v
键在命令模式下突出显示单词。
shift+Home/End/PageDown/PageUp
或shift+ctrl+arrowKeys
全部无法正常工作。
我尝试在 Keymap 设置中更改快捷方式(即选择到右 => shift+right),但没有奏效。
有什么办法可以实现这种非 vim 行为?
更新 1
在他们的错误跟踪系统中打开了一张票,没有任何修复。所以我想我不能做我上面描述的事情。
更新 2(2019 年 11 月 14 日)
从那个 bug 票的最后一条评论来看,ideaVim 现在支持这种 shift+arrowKeys 选择。在问了这个问题几年后,我从 intellij 搬到了纯 vim,所以我不会尝试这个,但只想更新这个问题以确保完整性。并在编写此更新后看到了@citizenmatt 的答案,因此请参阅下面的@citizenmatt 的答案以获取更多详细信息。
pycharm - 带有 IdeaVim 的 Pycharm 偶尔会导致键盘无响应
在 Ubuntu 13.10 中使用带有 IdeaVim 的 PyCharm 社区版时,键盘经常停止接受输入,我必须重新启动 IDE。当我单击不同的文本区域时,光标仍会移动,但即使在多次按下 Escape 后我也无法输入任何内容。键盘在 IDE 之外工作正常,所以我怀疑这是我使用 IdeaVim 或 IdeaVim 本身的问题。
我能做些什么来防止这种情况发生吗?
pycharm - IdeaVim 不加载 .vimrc?
我在 OS X 10.9.2 上使用最新的 ideaVim (0.32) 和 PyCharm 3.1。我在 ~/.vimrc 中有几个键映射,但ideaVIM 似乎没有读取它们。从ideaVIM的更新日志我认为它应该加载.vimrc文件的一个子集,它肯定应该支持键重映射。
例如,我在 ~/.vimrc 中明确测试了下面的单行,ideaVIM 似乎根本没有阅读它。
关于如何使其工作的任何想法?
android - 在 Android Studio 中为 IdeaVim 折叠/展开键盘映射
在 VIM 中,我在不处于插入模式时使用折叠/展开命令映射了空格键。
如果可能的话,我如何使用 IdeaVim 插件在 Android Studio 中复制它?
ideavim - .ideavimrc 可以在 Windows 7 上运行吗?
通常我使用vim,但现在我想转向webstorm。我为 webstorm 找到了ideavim,但配置文件 ( ~/.ideavimrc
) 不起作用。我也试过了_ideavimrc
。我使用 Windows 7,我认为这就是问题所在。
只有.ideavimrc
一行 - set vb
(我不需要一直响铃)。如果我在 webstorm - 中手动运行:set vb
,它可以工作,但我不想每次都运行 cmds ...
.ideavimrc PATH: C:\Users\'MyName'\.ideavimrc
谢谢你的帮助!