Skip to content

Commit

Permalink
feat(terminal-integration): add vim-tmux-navigator plugin (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richie-Z authored May 24, 2024
1 parent a34848c commit 2dfc54b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vim-tmux-navigator

Seamless navigation between tmux panes and vim splits

**Repository:** <https://github.com/christoomey/vim-tmux-navigator>

Navigate between vim and tmux panes seamlessly
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---@type LazySpec
return {
"christoomey/vim-tmux-navigator",
lazy = false,
}

0 comments on commit 2dfc54b

Please sign in to comment.