diff --git a/README.md b/README.md index 69a68ce..29b5060 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,14 @@ If you are using [lazy.nvim](https://github.com/folke/lazy.nvim). Add the follow { "", "TmuxNavigateRight" }, { "", "TmuxNavigatePrevious" }, }, + 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