Skip to content

I can not understand terminal navigations keymaps #324

Open
@mohamadiarch

Description

@mohamadiarch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions