This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
opdavies.nvim/after/plugin/nvim-tmux-navigation.lua

13 lines
227 B
Lua
Raw Normal View History

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>",
},
}