Questions tagged [keymaps]

59 questions
2
votes
1 answer

IntelliJ IDEA keymap for Visual Studio 2019

Is there a way to get the IntelliJ keymap for Visual Studio, like the extension for vscode?
Gian Laager
  • 474
  • 4
  • 14
2
votes
0 answers

How do I bind all keys in one emacs keymap to another keymap

I want two keymaps to be "roughly" the same in Emacs. In particular, I want the keymap for the "super" key to default to doing what the "meta" key does. So, I would like to write some code that copies the contents of the meta-keymap to the…
intel_chris
  • 708
  • 1
  • 6
  • 17
2
votes
1 answer

PhpStorm keymap for Sublime Text 3

I want to have PhpStorm keyboard shortcuts inside Sublime Text 3. Is it possible? How can I do it? I use Linux Mint if there is any difference. I use these shortcuts the most: reformat code comment PHPDoc comments duplicate line/selected…
2
votes
1 answer

Emacs: how to bind action to mac Option (⌥) + arrow key combinations?

I'm using Emacs on OS X from mac ports. By default I have Ctrl as Control key, and ⌘ Command as Meta key. Thogh, this is quite handy, I'm missing possibility to move cursor one word backward/forward by pressing M-arrrow key, i.e. ⌘+← to move one…
Geradlus_RU
  • 1,466
  • 2
  • 20
  • 37
1
vote
0 answers

How to get the keymap of the currently used keyboard?

I want to compare the currently active keyboard layout to one specific other keyboard layout. I can get a keymap of a specific (here Icelandic) keyboard like this: // get a keymap from a given name ( is) struct xkb_rule_names names = { //…
user3443063
  • 1,455
  • 4
  • 23
  • 37
1
vote
0 answers

Ctrl + Click on function name does not navigate to declaration or usages in JetBrains Gateway

I'm using JetBrains Gateway with Go plugin in IntelliJ client. Ctrl + Click on function name doesn't navigate to function definition, or function usage, but pops up a balloon instead. Current case: Clicking method name-> pops up a balloon…
Eden Berdugo
  • 179
  • 1
  • 5
1
vote
0 answers

Custom keymapping in VsCodium

I recently changed my laptop's motherboard, and strangely, one of my keyboard keys changed its behavior (from the ?/° key to right control - I'm using an ABNT2 keyboard). I tried to remap the key with SharpKeys, but unfortunately, that didn't work…
1
vote
2 answers

How do i make a keymap to compile and run files in init.lua on neovim?

I tried making a keymap for nvim in the init.lua file, I tried making a remap that runs a function but still gives me E15: Invalid expression: <80>hexec CodeRunner()^M. the remap works but doesn't run my function as I wanted. I need help writing…
BIonut15
  • 11
  • 2
1
vote
1 answer

Importing IntelliJ IDEA classic keymap into VS Code in MacOS

I have customized some shortcuts in the IntelliJ IDEA classic keymap. I want to import all those shortcuts into VS-Code as sometimes I have to use both IDEs. I have installed a plugin in VS-Code to easily provide a keymap JSON file. But I can't find…
Jude Niroshan
  • 4,280
  • 8
  • 40
  • 62
1
vote
0 answers

How can I create a keymap that shifts focus to a split window and maximizes its width and height?

I use split windows in Vim, and I have the following keymap in my .vimrc: nnoremap l This makes it possible for me to use CTRL-l to focus on the window to the right. However, I still have to maximize its width and height with CTRL-w | and…
user4532841
1
vote
2 answers

Jump to next above/below class declaration?

Alt + Down or Alt + Up will jump to next/previous method relative to your current cursor position. Is there a similar functionality for jumping to the next above/below class?
tonyyyy
  • 21
  • 3
1
vote
1 answer

Alt+Enter stopped showing Create Method in IntelliJ Community Edition

I am using IntelliJ Community Edition ( 2019.2 version ). Since this morning, when I type a method call with parameters and click Alt+Enter, it doesn't show me the option to create the method - I do not know what I may have done that I lost this…
adbdkb
  • 1,897
  • 6
  • 37
  • 66
1
vote
0 answers

Android: No change to layout while using personalized key layout

I'm trying to change the layout of my Bluetooth keyboard I'm using with my Android tablet to a French Canadian keyboard (not the multilingual one btw). After a long search, I finally found a deprecated app to add a British keymap, which I tried to…
1
vote
0 answers

CTRL-R not working in Pycharm despite showing in Keymap

So I am using PyCharmCE and upon launching this morning, I cannot seem to get ctrl-r working to run the script in the editor. All other keymaps seem to be working correctly, and ctrl-r appears in the Keymap setup area. Also, the green triangle…
John
  • 99
  • 1
  • 1
  • 10
1
vote
0 answers

Defining properties (docstrings) for Emacs key bindings

I [currently] don't use the menu feature for want of screen real estate, so it's possible the answer lies there. Is there any way to associate a docstring with a keybinding such that it'll show up in the C-c C-h (or related) help displays? Right…
RoUS
  • 1,888
  • 2
  • 14
  • 29