We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nnoremap <A-C-j> :ls<CR>
when i type <Alt-Ctrl-j>, it type capital J instead of :ls<Enter>
<Alt-Ctrl-j>
J
:ls<Enter>
I also want to map <A-C-k>, <A-C-l>, ..., but all of them not working.
<A-C-k>
<A-C-l>
I need help, thanks!
The text was updated successfully, but these errors were encountered:
see neovim/neovim#27685 for detail.
Sorry, something went wrong.
No branches or pull requests
nnoremap <A-C-j> :ls<CR>
when i type
<Alt-Ctrl-j>
, it type capitalJ
instead of:ls<Enter>
I also want to map
<A-C-k>
,<A-C-l>
, ..., but all of them not working.I need help, thanks!
The text was updated successfully, but these errors were encountered: