alexghergh / nvim-tmux-navigation

Easy Neovim-Tmux navigation, completely written in Lua
MIT License
312 stars 22 forks source link

Control + "\" -- do not work by default #20

Closed ucomru closed 7 months ago

ucomru commented 7 months ago

Good day!

I use with:

CTRL + [h,j,k,l] work well, but "CTRL + \" do not work with "alexghergh/nvim-tmux-navigation" by default (with out custom mapping) do not workin not with Tmux, not with out tmux [zsh only]

alexghergh commented 7 months ago

Hello!

Could you please give more information? I unfortunately am unable to reproduce the issue.

Perhaps the problem could be collision with another binding in Neovim. Please disable all other plugins and see if the issue persists. Additionally, if this doesn't solve your issue, please post your tmux and neovim configs.

ucomru commented 7 months ago

Good day! Im using LunarNvim I think the problem with it... Its do not work with 'christoomey/vim-tmux-navigator' and "alexghergh/nvim-tmux-navigation".

alexghergh commented 7 months ago

I see! Well, I'm fairly confident that LunarNvim might have conflicts with the plugin, since, as far as I know, it maps some things by default. Unfortunately, if this is the case, you have to manually remap whatever LunarNvim is mapping Ctrl + \ to, and then use alexghergh/nvim-tmux-navigation normally.

If you need further assistance with the issue please post your neovim and tmux config files.

Have a great day!

ucomru commented 7 months ago

You're right!! Thanks