plugins.tmux-navigator.keymaps
Keymaps for the :TmuxNavigate*
commands.
Note: by default, tmux-navigator adds its own keymaps.
If you wish to disable that behaviour, use settings.no_mappings
.
You will also need to update your tmux bindings separately, if you want them to match.
Type: list of (submodule)
Default:
[ ]
Example:
[
{
action = "left";
key = "<C-w>h";
}
{
action = "down";
key = "<C-w>j";
}
{
action = "up";
key = "<C-w>k";
}
{
action = "right";
key = "<C-w>l";
}
{
action = "previous";
key = "<C-w>\\";
}
]
Declared by:
plugins.tmux-navigator.keymaps.*.action
The direction in which to navigate.
Type: one of “left”, “down”, “up”, “right”, “previous”
Example:
"left"
Declared by:
plugins.tmux-navigator.keymaps.*.key
The key to map.
Type: string
Example:
"<C-m>"
Declared by:
plugins.tmux-navigator.keymaps.*.mode
One or several modes.
Use the short-names ("n"
, "v"
, …).
See :h map-modes
to learn more.
Type: one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x” or list of (one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x”)
Default:
""
Example:
[
"n"
"v"
]
Declared by: