From e11b004562d47af7fed6b337a05d829d1a7e3655 Mon Sep 17 00:00:00 2001 From: Naz Date: Sat, 8 Feb 2025 12:06:48 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20alexghergh/nvim-tmux-navigation?= =?UTF-8?q?=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/tmux-navigation.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/tmux-navigation.lua (limited to 'lua/plugins/tmux-navigation.lua') diff --git a/lua/plugins/tmux-navigation.lua b/lua/plugins/tmux-navigation.lua new file mode 100644 index 0000000..0ccab98 --- /dev/null +++ b/lua/plugins/tmux-navigation.lua @@ -0,0 +1,10 @@ +return { + "alexghergh/nvim-tmux-navigation", + config = function() + local nvim_tmux_nav = require("nvim-tmux-navigation") + + nvim_tmux_nav.setup({ + disable_when_zoomed = true, -- defaults to false + }) + end, +} -- cgit v1.2.3