dotfiles/nvim/plugin/nvim-tmux-navigation.lua
Oliver Davies 69a397e624 Move Nix files into a nix directory
Move everything from `config` to the root level.
2024-11-21 08:56:12 +00:00

13 lines
227 B
Lua

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