alexghergh / nvim-tmux-navigation

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

Fix NvimTmuxNavigatePrevious function call if not in tmux #2

Closed kevinrambaud closed 2 years ago

kevinrambaud commented 2 years ago

Hey, it looks like there is a typo in the NvimTmuxNavigatePrevious function.

alexghergh commented 2 years ago

Indeed, it was an overstep by me. Thanks for finding this out!

I somehow never find myself using vim without tmux. Is this something you do, or just happened to stumble upon the mistype?

kevinrambaud commented 2 years ago

I'm not really using it to be frank but I found out it didn't work when doing some tests when I implemented https://github.com/alexghergh/nvim-tmux-navigation/pull/3