diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-01-01 21:01:47 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-01-01 21:01:47 +0200 |
| commit | 73d94f515e632a94fcbaa041438abf8f34971eb7 (patch) | |
| tree | 60456ceea1f5505316a95c8cfe25018b3509cbec /nvim/.config | |
| parent | 71d81e0a24a4e26f2ce8f6327ac80a501d4f4636 (diff) | |
| download | dotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.tar.xz dotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.zip | |
update
Diffstat (limited to 'nvim/.config')
| -rw-r--r-- | nvim/.config/nvim/lua/config/keymaps.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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", "-", "<cmd>Oil<CR>", { desc = "Open Oil.nvim", remap = true }) map("n", "<F2>", "<cmd> CompetiTest receive problem <CR>", { desc = "Receive test", remap = true }) map("n", "<F4>", "<cmd> CompetiTest run <CR>", { desc = "Run test", remap = true }) map("n", "<F5>", "<cmd> CompetiTest add_testcase <CR>", { 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 }) |
