Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,14 @@ If you are using [lazy.nvim](https://github.com/folke/lazy.nvim). Add the follow
{ "<c-l>", "<cmd><C-U>TmuxNavigateRight<cr>" },
{ "<c-\\>", "<cmd><C-U>TmuxNavigatePrevious<cr>" },
},
config = function()
vim.g.tmux_navigator_no_mappings = 1
end,
}
```

Then, restart Neovim and lazy.nvim will automatically install the plugin and configure the keybindings.
To change the keymaps you only have to replace the corresponding keymaps.

### tmux

Expand Down