keymapping Questions
6
Solved
I am facing a very weird problem...
My enter key is not causing a line break in pycharm. When I press enter at the end of a line, the cursor jumps to the front of the next line, without causing a ...
Melli asked 25/3, 2017 at 6:23
6
Solved
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 matc...
Laughable asked 5/5, 2015 at 9:56
2
Solved
Setup:
VSCode 1.50.1
MacOS High Sierra (10.13.6) - but I think this applies to any OS
Steps to Reproduce:
this is a quick simple one...
click on/hghlight/open a markdown file (.MD extension) in VS...
Phonate asked 21/10, 2020 at 15:42
3
Solved
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 ...
Aldora asked 11/8, 2014 at 13:29
9
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...
Grasshopper asked 21/4, 2013 at 18:4
3
Solved
I have the following lua function for mapping keys in neovim
local M = {}
function M.map(mode, lhs, rhs, opts)
-- default options
local options = { noremap = true }
if opts then
options = vim...
Thorny asked 14/7, 2022 at 17:43
7
I need to find test.xml in IntelliJ IDEA. How can I do that? Keyboard shortcut if any?
Apograph asked 3/12, 2012 at 14:12
4
I've successfully created a key shortcut for outline.focus which displays the Outline panel. I'm looking for toggle behaviour.
Existing:
{
"key": "ctrl+alt+o",
"command": "outline.focus",
"whe...
Dagley asked 26/7, 2019 at 15:0
3
Solved
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?
Rothstein asked 8/3, 2016 at 17:59
1
Solved
How can I use same shortcuts in VSCode as in Pycharm, eg I want to run a code same as in Pycharm using ctrl+shift+f10, and I dont want to add all keymaps one by one in VScode ?
I tried to use plugi...
Lugo asked 3/9, 2022 at 10:39
7
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 imag...
Implausible asked 8/12, 2010 at 21:46
8
I have issues with the keymap of my NX session being garbled.
I have a Macbook Air running OS X Lion. I use OpenNX to start a session with an Ubuntu server running FreeNX. The session type is Gnom...
Crabby asked 10/8, 2011 at 22:36
16
Solved
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
...
Milamilady asked 14/3, 2012 at 11:48
5
Solved
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 ...
Missus asked 24/11, 2014 at 15:10
5
How can I select matching keywords in a Jupyter notebook via a keyboard shortcut? For example, in the Atom/Sublime editor I can hit cmd + D on a mac (or Ctrl + d on Windows) while the cursor is ove...
Menchaca asked 9/1, 2017 at 17:42
1
Solved
Here is part of my config
local opts = { noremap = true, silent = true }
local keymap = vim.api.nvim_set_keymap
keymap("n","<C-/>",":lua require('Comment.api').toggle...
Kronstadt asked 25/12, 2021 at 3:22
1
Solved
Is it possible to create contextual keymaps (shortcuts) in Rider?
For example, in VS, F5 is the shortcut for "run in debug mode". Then if you put a breakpoint and it hits, while you're in...
Laylalayman asked 28/2, 2021 at 22:53
4
Solved
I had to move from Eclipse to Android Studio for Android development. Many features are better, several are worse. In particular I miss the jump between matching braces (opening -> closing brace an...
Microlith asked 11/7, 2016 at 14:36
1
Solved
I am using Android Studio 4.1.1 on Windows, and I would like to use the key combinations "Alt+Shift+Left" and "Alt+Shift+Right", but those are bound by default to switching the ...
Tophus asked 8/1, 2021 at 14:32
2
Solved
I usually find interesting zsh keybinding settings (through bindkey command) around the web. My question is how do I interpret what these escaped sequences mapped to? For instance, here is a snippe...
Bellarmine asked 15/3, 2011 at 15:40
3
Solved
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 do...
Conveyor asked 23/2, 2017 at 17:20
2
Solved
Is there a way to add VSCode as an option under Android Studio's keymap settings?
Under File -> Settings... -> Keymap
There are many other options listed, however none of them are even similar t...
Chiekochien asked 24/2, 2018 at 20:52
2
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...
Chairwoman asked 18/8, 2017 at 12:5
3
Solved
I would like to map ctrl+leader key. Is it possible?
Tried: :nnoremap <c-leader> :CtrlP<CR>
And it does not work.
(ctrlp bindings conflict with yankring bindings)
Mika asked 4/7, 2012 at 9:21
3
Solved
I'd like to open a new tab with the file explorer set to the directory of the file I have open, instead of the directory I opened vim from. For example,
If I do:
~: cd ~/dir1
~/dir1: vim dir2/dir3/...
Shaft asked 8/4, 2011 at 14:25
1 Next >
© 2022 - 2025 — McMap. All rights reserved.