From 200544433e4cb34c2ac04bcc2729e9435fda7344 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:25:56 +0900 Subject: modified plugins/init.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ar') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua index 30fce3b..1a533b9 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua @@ -66,8 +66,8 @@ return { }, }) - vim.keymap.set("i", "", "lua require('tmux').move_left()", { desc = "Move to left" }) - vim.keymap.set("i", "", "lua require('tmux').move_right()", { desc = "Move to right" }) + vim.keymap.set("i", "", "lua require('tmux').move_left()", { desc = "Move to left" }) + vim.keymap.set("i", "", "lua require('tmux').move_right()", { desc = "Move to right" }) vim.keymap.set("i", "", "lua require('tmux').move_bottom()", { desc = "Move to bottom" }) vim.keymap.set("i", "", "lua require('tmux').move_top()", { desc = "Move to top" }) vim.keymap.set("n", "", function() -- cgit v1.2.3