I want to set a keymap for Ctrl+`
in vim. I tried all of the following:
<C-`><C>`^`
I want it to open the terminal similar to the functionality in VSCode. I expected this to work:
nnoremap <C-`> :terminal<CR>
But it doesn't
I want to set a keymap for Ctrl+`
in vim. I tried all of the following:
<C-`><C>`^`
I want it to open the terminal similar to the functionality in VSCode. I expected this to work:
nnoremap <C-`> :terminal<CR>
But it doesn't