christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.28k stars 325 forks source link

Added support for lvim #330

Closed LeviticusNelson closed 1 year ago

LeviticusNelson commented 1 year ago

Some who have lvim as their editor couldn't use the key bindings for the vim pane navigation, so I added support for lvim.

pupgray commented 1 year ago

This branch works great on my end!

LeviticusNelson commented 1 year ago

@christoomey I fixed the documentation and fixed the merge conflicts so it is ready when you are!

christoomey commented 1 year ago

Hi @LeviticusNelson, it looks like your editor may have reformatted the files adding some unrelated changes. I went ahead and reimplemented directly in 56603a9a5064e7a4e1506ebe90615cd4a96fd9be, noting you as co-author, and also added lvim to the pattern-check to make sure this functions as expected. Closing this PR now as the core changes have been merged into master.