Use alexghergh/nvim-tmux-navigation

Replace `christoomey/vim-tmux-navigator` with
`alexghergh/nvim-tmux-navigation`.

https://github.com/alexghergh/nvim-tmux-navigation
This commit is contained in:
Oliver Davies 2024-02-27 17:32:24 +00:00
parent 662ff52b9a
commit 3cfe6444c6
3 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,12 @@
require("nvim-tmux-navigation").setup {
disable_when_zoomed = true,
keybindings = {
down = "<C-j>",
last_active = "<C-\\>",
left = "<C-h>",
next = "<C-Space>",
right = "<C-l>",
up = "<C-k>",
},
}