From 73d94f515e632a94fcbaa041438abf8f34971eb7 Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 1 Jan 2025 21:01:47 +0200 Subject: update --- nvim/.config/nvim/lua/config/keymaps.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim') diff --git a/nvim/.config/nvim/lua/config/keymaps.lua b/nvim/.config/nvim/lua/config/keymaps.lua index 0f2944d..2bb7600 100644 --- a/nvim/.config/nvim/lua/config/keymaps.lua +++ b/nvim/.config/nvim/lua/config/keymaps.lua @@ -112,3 +112,7 @@ map("n", "-", "Oil", { desc = "Open Oil.nvim", remap = true }) map("n", "", " CompetiTest receive problem ", { desc = "Receive test", remap = true }) map("n", "", " CompetiTest run ", { desc = "Run test", remap = true }) map("n", "", " CompetiTest add_testcase ", { desc = "Add test", remap = true }) + +-- Better end and start of line navigation +map("n", "g;", "$", { silent = true, remap = true }) +map("n", "gh", "^", { silent = true, remap = true }) -- cgit v1.2.3