Open
Description
The file keymaps.lua
contains these codes:
keymap("t", "<C-h>", "<C-\\><C-N><C-w>h", term_opts)
keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_opts)
keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts)
keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts)
I am using neovim-qt
in Windows and I think these keymaps are the same and just take me to normal mode and nothing more.
Are they related to terminal navigation? I`m confused....
Metadata
Metadata
Assignees
Labels
No labels