Remove nvim-tmux-navigation

This commit is contained in:
Oliver Davies 2024-05-22 13:00:00 +01:00
parent f724019e43
commit 7d73b51229
3 changed files with 0 additions and 23 deletions

View file

@ -1,12 +0,0 @@
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>",
},
}