christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.07k stars 319 forks source link

lazy.nvim instructions for custom keymaps #385

Open Tbsnhld opened 2 months ago

Tbsnhld commented 2 months ago

Instruction on how you can customize the keymappings in lazy.nvim. I had some issues with the old keymappings still being active after changing the keymaps in the lua config.

Updated the README to include instructions on how to create custom keybindings with lazy.nvim and lua.

christoomey commented 2 months ago

I think this is already covered by https://github.com/christoomey/vim-tmux-navigator?tab=readme-ov-file#lazynvim. Could you update this to merge your version into that?

Tbsnhld commented 2 months ago

Updated the existing lazy.nvim instructions to include the config part, which ensures that only the specified keybindings are set