Skip to content

Configuration duplicates Tmux Navigator Default Mappings #11

@salcode

Description

@salcode

Thanks for sharing your configuration. I just enjoyed your My Forever Dev Workflow video. Great stuff!

I just want to call out that I think you can eliminate these lines from your configuration

vim.keymap.set("n", "<C-h>", "<Cmd>NvimTmuxNavigateLeft<CR>", {})
vim.keymap.set("n", "<C-j>", "<Cmd>NvimTmuxNavigateDown<CR>", {})
vim.keymap.set("n", "<C-k>", "<Cmd>NvimTmuxNavigateUp<CR>", {})
vim.keymap.set("n", "<C-l>", "<Cmd>NvimTmuxNavigateRight<CR>", {})

since these are the default mappings provided by the plugin (see christoomey/vim-tmux-navigator README.md Usage section)

Thanks again!

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