💻 Software
How to get the key name to be coded for keymap in vimrc?
Fresh7 days ago
Mar 15, 20267965 viewsConfidence Score0%
0%
Problem
In Emacs, I can press Ctrl-h, k, to describe a key. I can get the key name even it's undefined, e.g., Thus, I got to know the key name is . But how can you get the key name for Vim? I want to setup a keymap for Ctrl-Shift-V and Shift-Insert, but what the code shall I have to use? Is it possible to …
Error Output
C-x <C-M-end> is undefined
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to get the key name to be coded for keymap in vimrc?
Low Risk
To find out what a key or key combination outputs in Vim, I usually open a blank buffer with " ", enter insert mode, press control-v, then the key or key combination I want to identify. This control-v trick can also work on the :-command line, so de…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix