王者荣耀虎牙游弋体验逆天新英雄 91个技能88个
Tagged with microsoft-windows key-bindings
15 questions
1
vote
1
answer
42
views
Ctrl+] sends Escape; how to skip to the method definition? [closed]
I have realised that Ctrl-] is not working for me.
There is no mapping in vim :verbose nmap <C-]>.
The bash read command renders Ctrl-[ and Ctrl-] the same, both as ^[, same as the Escape ...
0
votes
0
answers
72
views
Getting/Setting Terminal Keycode in Win32 gVim
I wanted a binding for <C-;> to <End>, but it looks like that key either doesn't exist or does, but falls outside of the range of keycodes that Vim handles internally, or something.
So, on ...
0
votes
0
answers
63
views
Vim doesn't respect inoremap bind in insert mode for windows wsl config
I have these two configs
:nnoremap <F5> "=strftime("%F %r")<CR>P
:inoremap <F5> <C-R>=strftime("%F %r")<CR>
In normal mode f5 inserts date-time,...
2
votes
1
answer
330
views
Cannot remap Control Backspace and Control Shift Z in Windows
What's up with Control Backspace, and Control Shift Z for the Windows cmd terminal?
I cannot seem to remap them.
All the former does in Insert Mode is type ?, and then make the "z" letter ...
1
vote
0
answers
34
views
gVim on Windows not distinguishing Numpad Enter
Using gVim on Windows, I'm trying to add a mapping to <kEnter>, but it seems that it's not being treated seperately from <CR>. New to Windows, so I thought this may just be an OS thing, ...
0
votes
0
answers
511
views
Remapping the menu key in Neovim-Qt
I would like to map the menu key (aka application key) on my keyboard to various behaviors in Vim, but in Neovim-Qt on Windows 7, Vim does not recognize presses of the menu button. For example, when I ...
2
votes
1
answer
1k
views
Reduce size of undo file
I had a very large (14 digit) decimal number in my (Windows) clipboard. I had vim open in normal mode on the command line at the time. Accidentally, I pressed some key/mouse combination that caused ...
1
vote
1
answer
644
views
<Alt> to enter normal mode on Windows
I'm new to vim, and I find using <Esc> to enter normal mode to be slow. I'm on Windows. I seldom use the <Alt> keys (left and right) when I'm editing text. It should be convenient to use &...
0
votes
1
answer
121
views
mapping does not work even if I have set it up in config file
I am using Neovim on Windows using Cmder console emulator. I find that using [NUM]<Ctrl-6> to change to buffer [NUM] does not work on Windows. Following discussions here. I have set up a mapping:...
2
votes
1
answer
319
views
Revert effect of source $VIMRUNTIME\mswin.vim
On Windows, Vim does source $VIMRUNTIME\mswin.vim in its system-wide config and remaps many keys.
I'd like to have default Vim key bindings but I don't want to touch system-wide config. How do I do ...
5
votes
0
answers
3k
views
Unable to map ctrl-l
My _vimrc contains the following lines:
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
nmap <c-l> :w<CR>
nmap <c-m> :w<CR>
I ...
2
votes
1
answer
1k
views
How to account for special characters \% in mapping
I am using vim on Windows and have following mappings:
imap <f4> <ESC>:w<CR>:!clang -std=c++11 -o output\%.exe %<CR>
imap <f5> <ESC>:!output\%.exe<CR>
As we ...
3
votes
1
answer
2k
views
How to use <Alt-Space> to open the window menu on Windows?
When I have to work on Windows I have the habit to reduce my windows with the key combo Alt-Space+u (Alt-Space will pop the window menu and u is the shortcut to minimize the window and may change ...
1
vote
1
answer
488
views
Special control keys in windows 7 don't work with the 'extended english keyboard (UK)' layout
Using gvim on Microsoft Windows, I find myself unable to use some control keys.
For example I cannot navigate the :help topics using Control+]. Likewise, I cannot escape insert mode using Control+[.
...
4
votes
0
answers
636
views
j and k keys not working like they should [duplicate]
I'm using gVim on my Windows 8.1 computer with a standard QWERTY keyboard, and neither the j and k keys, nor the Up and Down arrow keys let me move up and down in my text field while in normal mode. h ...