Questions tagged [keymaps]
59 questions
55
votes
3 answers
Shortcuts not working after updating to Android studio 4, in Mac?
After updating to Android Studio 4 from AS 3.5, as a Mac user I found out none of the default shortcuts work properly, i.e cmd+shift+F does not open search everywhere dialog anymore?

bastami82
- 5,955
- 7
- 33
- 44
23
votes
3 answers
How to use Mac OSX Keymap on Windows for WebStorm or IntelliJ IDEA?
I use WebStorm on both my Mac and Windows for work purposes.
I would like to know if it is possible to use the MAC OSX keymap on Windows.
On windows if you load the MAC OSX keymap the mappings don't seem to line up correctly. For instance I see the…

Ryan Watts
- 611
- 1
- 9
- 27
21
votes
3 answers
Intellij Default windows keymap on Mac OS X
Is it possible to have the default windows key map for Intellij IDEA on Mac OS X. It is not an option like the Eclipse Windows Key Map?

perkss
- 1,037
- 1
- 11
- 37
12
votes
1 answer
Configurate Keymap of PHPStorm like Sublime Text
When I tried to modify the keymap of PHPStorm to work like Sublime Text. I found a lot of conflict
There is any keymap configuration of PHPStorm like Sublime Text ?
Thanks

Oussama Bouisfi
- 121
- 1
- 1
- 5
8
votes
2 answers
How to redefine a key inside a "minibuffer" mode-map?
I'm trying to redefine the keys used to navigate the history when inside several commands accepting regexps and offering C-p / C-n history navigation. I'd like to use other keys, in addition to C-p / C-n. For example when using occur or…

Cedric Martin
- 5,945
- 4
- 34
- 66
7
votes
1 answer
How to add custom key maps in CodeMirror?
I want add 'Alt-Space' key map to codemirror and then perform a particular function when the keys are pressed. I am not able to add this keymap using .
cm.addKeyMap
Where should I be writing this function so that the key map can be bound to a…

adityazoso
- 514
- 5
- 15
5
votes
1 answer
How can I use different KeyMaps for Visual Studio 2022 vs Visual Studio 2019
This could be a generic question in terms of using different key maps between different versions of Visual Studio but especially relevant with ReSharper not supporting VS 2022 preview yet.
I have conflicts in common keybindings like Ctrl + T which…

Senthil Ramanathan
- 187
- 1
- 9
5
votes
1 answer
Mapping 'Ctrl + O' in vim doesn't work
I freshly installed Ubuntu 16.04 and then I installed vim. Soon I realized that Ctrl + O which I regularly use in vim to jump to the last place, does not work! After some search, I got the following commands:
:nnoremap
and…

Peaceful
- 4,920
- 15
- 54
- 79
4
votes
1 answer
In NeoVim/Vim, how to know all used key combination?
I want to set my own keybinding, but I can not sure what key combination has been used by other plugins or neovim/vim itself.
:map does not show shortcuts like zz. If I don't know zz before, my map setting may use it and cover the orginal function.…

longguzzz
- 43
- 4
4
votes
2 answers
Move to next/previous tab shortcut on Mac is not working
I'm using PhpStorm v2017.1.3 and I'm having an issue while trying to move to the next/previous tab using the shortcuts Ctrl + Left/Right. I can assure that
I tried to move to another tab using the button "Select next tab" and it seems to work.
Any…

Eliya Cohen
- 10,716
- 13
- 59
- 116
4
votes
2 answers
How can i change my Project quick fix shortcut in android studio?
i work on windows Os.I want to change my default key for Project quick fix in android studio 2.1.Where can i get that and how can i change that?

nikant chaudhary
- 79
- 1
- 12
4
votes
2 answers
How to edit an existing key mapping in vim?
How do I edit an existing mapping in vim? I set the mapping in my .vim file using one of the standard mapping commands:
map ^A o]]>^M^M^M^M^M ^M^M
Josiah Yoder
- 3,321
- 4
- 40
- 58
4
votes
2 answers
How to pop local and global marks with a common keybinding in Emacs
Is there any way to combine local and global marks together? what I am trying to do is just to have a common keybinding to pop-global-mark and set-mark-command. Something like; "try to pop the local mark, if there are no remaining ones, then try pop…

Borja Tarraso
- 863
- 2
- 12
- 20
3
votes
1 answer
How can I modify the control/option/command key mappings in the IntelliJ's Emacs keymap?
GNU Emacs on Mac OS X, by default, uses the control key as CTRL, and the command key as META. This drives me crazy, because my MacBook Pro contains only a single control key on the left, while I'm used to having a control key on both sides of the…

Robert Campbell
- 6,848
- 12
- 63
- 93
3
votes
1 answer
Atom Interfering Keymap Config?
I have this in Atom my kepmap file:
'.editor':
'ctrl-i': 'window:toggle-invisibles'
'.editor':
'ctrl-t': 'editor:toggle-indent-guide'
ctrl-t works but ctrl-i doesn't.
Just deleting the
'.editor':
'ctrl-t':…

Bob Rockefeller
- 4,492
- 2
- 28
- 35