numToStr / Navigator.nvim

:sparkles: Smoothly navigate between neovim and terminal multiplexer(s) :sparkles:
MIT License
391 stars 21 forks source link

Added optional circular (tmux-like) nvim window movement #12

Open declancm opened 2 years ago

declancm commented 2 years ago

If there are multiple tmux panes, then the tmux pane movement would be broken by circular nvim window movement. I added circular nvim window movement for the case in which only one tmux pane exists in the direction being moved.

I have serious doubts about how I worded the README addition 😬