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:
parent
662ff52b9a
commit
3cfe6444c6
3 changed files with 29 additions and 1 deletions
12
after/plugin/nvim-tmux-navigation.lua
Normal file
12
after/plugin/nvim-tmux-navigation.lua
Normal 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>",
|
||||
},
|
||||
}
|
Reference in a new issue