diff options
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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", "<C-l>", "<cmd>lua require('tmux').move_left()<cr>", { desc = "Move to left" }) - vim.keymap.set("i", "<C-h>", "<cmd>lua require('tmux').move_right()<cr>", { desc = "Move to right" }) + vim.keymap.set("i", "<C-h>", "<cmd>lua require('tmux').move_left()<cr>", { desc = "Move to left" }) + vim.keymap.set("i", "<C-l>", "<cmd>lua require('tmux').move_right()<cr>", { desc = "Move to right" }) vim.keymap.set("i", "<C-j>", "<cmd>lua require('tmux').move_bottom()<cr>", { desc = "Move to bottom" }) vim.keymap.set("i", "<C-k>", "<cmd>lua require('tmux').move_top()<cr>", { desc = "Move to top" }) vim.keymap.set("n", "<C-left>", function() |
