christoomey / vim-tmux-navigator

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

Key not present in Dictionary: "p" #396

Open niba opened 2 weeks ago

niba commented 2 weeks ago

When I call TmuxNavigatePrevious command I get notification (noice) with error

09:14:35 msg_show E716: Key not present in Dictionary: "p"  Error 09:14:46 msg_show.emsg Error detected while processing function 45_TmuxAwareNavigate:

The command still takes me to the previous pane so it works okay. It doesn't happen with other commands

christoomey commented 2 weeks ago

Hmm, it looks like the g:tmux_navigator_no_wrap setting throws an error when navigating from Vim->tmux via the previous command (relevant lines). It's not obvious to me how to resolve here, but wanted to note.