Questions tagged [keymapping]

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

keymapping covers configuration techniques and scripting, rather than tools and devices.

References

384 questions
166
votes
2 answers

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 users. A bigger problem is CTRL+Y is mapped to the "Delete line" action - and this causes the undo stack to be lost. To solve this…
Ismail Yavuz
  • 6,727
  • 6
  • 29
  • 50
98
votes
6 answers

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?
ShresthaR
  • 1,114
  • 2
  • 10
  • 14
94
votes
8 answers

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 from Vim Wikia - Insert newline without entering insert mode but Shift-Enter and Ctrl-Enter didn't respond: " put a new line…
helq
  • 1,451
  • 1
  • 9
  • 12
73
votes
16 answers

vim backspace leaves ^?

In Vim, when I hit the backspace key in the insert mode, it leaves ^? character and does not delete the character it is suppose to delete. I have the following in my .vimrc syntax on set number set expandtab set incsearch set nocompatible set…
Sangeeth Saravanaraj
  • 16,027
  • 21
  • 69
  • 98
71
votes
6 answers

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. Did the mappings change? This is with and without a homebrew installation of readline. My .inputrc looks like this: "\e[1;5D":…
Carson
  • 17,073
  • 19
  • 66
  • 87
69
votes
3 answers

Visual Studio ReSharper Keymap for IntelliJ IDEA

I primarily use Visual Studio and ReSharper (R#) for development and have excellent working knowledge of R#. I want to leverage that knowledge in IntelliJ IDEA (with my personal Java adventures) without having to learn the IDEA keymap scheme. IDEA…
ehsanullahjan
  • 5,422
  • 4
  • 23
  • 21
63
votes
5 answers

Does IntelliJ have a `Ctrl` + `K`,`Ctrl` + `D` Sublime equivalent? How do I skip a match when using Alt+J for multiple selections in Android Studio?

I want to have the 'Ctrl'+'K','Ctrl'+'D' functionality of Sublime in Android Studio, how do I do it? Perfectly similar to this question, but with respect to Android Studio. How do I skip a match when using Ctrl+D for multiple selections in…
Saravanabalagi Ramachandran
  • 8,551
  • 11
  • 53
  • 102
61
votes
1 answer

What is the IntelliJ IDEA's Keymap's abbreviation feature useful for?

What is the "Abbreviation" feature in IntelliJ IDEA Keymap for? Web help on Keymap is silent about it.
Konrad Jamrozik
  • 3,254
  • 5
  • 29
  • 59
57
votes
5 answers

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 choose one of the following approaches: press Ctrl + left click right click > Go To > Declaration press Ctrl + B If I want to navigate to…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
51
votes
4 answers

Intellij comment shortcut opens help tab on the Mac menu bar

When I use the Cmd + Shift + / keyboard shortcut to comment/uncomment a block of code, the Help tab on the menu bar in IntelliJ also opens. Does anyone know how to prevent this shortcut from opening the Help menu tab in IntelliJ 16.1.2? I am using…
PhillyStafford
  • 627
  • 1
  • 7
  • 18
42
votes
2 answers

Import IntelliJ key bindings to Xcode

Is there a keymap for Xcode that would make it behave the same as products from JetBrains? (IntelliJ keymap) I tried Googling, but Google is completely useless in this case, as it presents results for the other way around (importing Xcode key map to…
Jan Kalfus
  • 5,422
  • 2
  • 30
  • 38
39
votes
7 answers

Programmer's VIM setup for Finnish/Swedish or other non-US keyboard layout

I've been recently learning some VIM hackery and I have learned a lot of useful commands and gotten pretty efficient at editing text with VIM. I'm using the Finnish qwerty keyboard layout (see image below) which is pretty horrible for programming.…
exDM69
  • 2,485
  • 2
  • 15
  • 10
39
votes
1 answer

How to avoid constant switching to and from English keyboard layout to type Vim commands when writing in non-Latin language (e.g., Greek)?

I am giving Vim a serious try for coding my Python apps. However, Vim is proving to be so flexible, I was thinking to use it as my main editor at work for writing lawyer/legal documents. The problem is that my mother tongue is not English but Greek.…
Kilon
  • 1,962
  • 3
  • 16
  • 23
37
votes
5 answers

Move file from one editor window to another (split mode)

Is it possible to move a file (already opened) from one editor to another in split mode without using mouse and without using tabs (I have tabs disabled). Example of what i want to accomplish. I enabled split mode (vertical) and opened file X in…
MyDogTom
  • 4,486
  • 1
  • 28
  • 41
34
votes
4 answers

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: values are Employee name (Siva) and Employee id (3433fd), these two values are stored in arraylist, but I want to stored in…
Sampath Kumar
  • 1,650
  • 4
  • 14
  • 16
1
2 3
25 26