Skip to content

Commit

Permalink
add vim-tmux-navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Wolke committed Oct 21, 2024
1 parent a980680 commit 3fd2ebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/custom/plugins/vim-tmux-navigator.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
'christoomey/vim-tmux-navigator',
vim.keymap.set('n', 'C-h', ':TmuxNavigateLeft<CR>'),
vim.keymap.set('n', 'C-j', ':TmuxNavigateDown<CR>'),
vim.keymap.set('n', 'C-k', ':TmuxNavigateUp<CR>'),
vim.keymap.set('n', 'C-l', ':TmuxNavigateDown<CR>'),
}

0 comments on commit 3fd2ebb

Please sign in to comment.