Top "Keymapping" questions

keymapping refers to binding keyboard input to specified output or specified commands

vim backspace leaves ^?

In Vim, when I hit the backspace key in the insert mode, it leaves ^? character and does not delete the …

vim vi backspace keymapping
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
How to configure IntelliJ (also Android Studio) redo shortcut to CTRL+Y instead of CTRL+SHIFT+Z?

The default IntelliJ / Android Studio "Redo" action shortcut is CTRL+Shift+Z and this is a common problem for Windows …

android-studio intellij-idea undo-redo keymapping redo
Insert a newline without entering in insert mode, vim

I want insert newlines in normal mode in vim using Shift-Enter and Ctrl-Enter. I try some solutions and mixing solutions …

vim newline key-bindings keymapping
Choose between open declaration/implementation on Ctrl + click in IntelliJ IDEA

Details: IDE: IntelliJ IDEA 14 O.S.:: Windows 7 If I want to navigate to the declaration of a method I can …

intellij-idea keymapping intellij-14
How to use Dictionary (like iphone NSDictionary) in android?

I have worked in soap message, and to parse the value from Webservice, the values are stored in ArrayList. Example: …

android keymapping
Word jumping in iTerm2 or Terminal in OSX Lion

I recently upgraded from Snow Leopard to Lion and Xcode 4.1, and word jumping stopped working in both Terminal and iTerm2. …

macos terminal keymapping
IntelliJ Macro menu

I've just started playing with macros in IntelliJ. I recorded several then played back until I decided to add keymap …

macros intellij-idea keymapping
mapping function keys in vim

I want to map my F2 for nerdtree with the following entry: map <F2> :NERDTreeToggle<CR> …

vim keymapping