Top "Keyboard-shortcuts" questions

Keyboard shortcuts provide quick access to application or system actions via combinatorial key presses.

How to switch to REPLACE mode in VIM

I know I can do this by pressing Insert in INSERT mode, but that requires some stretching. Is there any …

vim keyboard-shortcuts
Netbeans Shortcut to Open File

I remember seeing someone use a shortcut in NetBeans to open a dialog similar to phpStrom that can open files …

netbeans keyboard-shortcuts screenshot openfiledialog classname
Java detect CTRL+X key combination on a jtree

I need an example how to add a keyboard handler that detect when Ctrl+C , Ctrl+X , Ctrl+C pressed …

java keyboard-shortcuts jtree
What is the IntelliJ shortcut to create a local variable?

In Eclipse if you have a method: String MyObject.getValue(); When using this you can go: MyObject.getValue(); If you …

keyboard-shortcuts intellij-idea
How can I find particular file in IntelliJ IDEA?

I need to find test.xml in IntelliJ IDEA. How can I do that? Keyboard shortcut if any?

intellij-idea keyboard-shortcuts keymapping
Difference between Ctrl K + D and Ctrl E + D

What is the difference between the Visual Studio 2010 shortcuts Ctrl E + D and Ctrl K + D?

visual-studio-2010 keyboard-shortcuts difference
How can I maximize the editor pane in IntelliJ IDEA?

In Eclipse, I can type Ctrl+M or click the maximize icon in the editor pane to make the editor …

editor intellij-idea keyboard-shortcuts maximize-window
IntelliJ IDEA: Move line?

I really like IntelliJ IDEA's "Move statement" shortcut (Ctrl + Shift + ↑/↓). However -- I am not sure if this is a …

keyboard-shortcuts intellij-idea
A shortcut to select a line in Eclipse?

Is there a keyboard shortcut to select all the line your cursor is currently on? In Eclipse? Or even in …

java eclipse keyboard-shortcuts shortcut
How to see from where a public method is called in Eclipse using Java?

I am working on a Java project in Eclipse. Sometimes when I do refactoring I would like to see from …

java eclipse keyboard-shortcuts method-call