<C-^> not recognized in mappings #618
Replies: 1 comment
-
Hi, we had some issues with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
:nnoremap r <C-^>
in IntelliJ, nothing happens.But mapping other control-key sequences works just fine, e.g.
:nnoremap r <C-d>
And pressing Ctrl+6 in normal mode in IntelliJ swaps to the alternate buffer, as expected.
So it seems like the mapping doesn't understand the character sequence
<C-^>
?(I'm currently using the following workaround
:nnoremap r :e #<CR>
, so this isn't super pressing.)Beta Was this translation helpful? Give feedback.
All reactions