Quantcast
Channel: Active questions tagged keymapping - Stack Overflow
Viewing all articles
Browse latest Browse all 74

How set the keymap of Ctrl+Backtick in vim? [duplicate]

$
0
0

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


Viewing all articles
Browse latest Browse all 74

Trending Articles