on Vim, <C-_> cannot interpret as c-/ #9214

Open
opened 2026-01-31 01:48:49 +00:00 by claunia · 0 comments
Owner

Originally created by @w93163red on GitHub (Jun 23, 2020).

Environment

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):
Platform ServicePack Version      VersionString
-------- ----------- -------      -------------
 Win32NT             10.0.19041.0 Microsoft Windows NT 10.0.19041.0
Any other software?
ssh + tmux + neovim

Steps to reproduce

nmap <C-_>   <Plug>NERDCommenterToggle
vmap <C-_>   <Plug>NERDCommenterToggle<CR>gv

then press c-/.

Expected behavior

Should interpret as c-/

Actual behavior

Nothing happens.

Originally created by @w93163red on GitHub (Jun 23, 2020). # Environment ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0 Any other software? ssh + tmux + neovim ``` # Steps to reproduce ``` nmap <C-_> <Plug>NERDCommenterToggle vmap <C-_> <Plug>NERDCommenterToggle<CR>gv ``` then press c-/. # Expected behavior Should interpret as c-/ # Actual behavior Nothing happens.
claunia added the Needs-TriageResolution-ExternalNeeds-Tag-FixNeeds-Attention labels 2026-01-31 01:48:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9214