aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/remap.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/remap.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua
index 220319a..8cfd1d7 100644
--- a/lua/pml68/remap.lua
+++ b/lua/pml68/remap.lua
@@ -42,6 +42,12 @@ vim.keymap.set("n", "<leader>gol", "<cmd>CellularAutomaton game_of_life<CR>")
vim.keymap.set("n", "<leader>ll", "<cmd>VimtexCompile<CR>")
vim.keymap.set("n", "<leader>vl", "<cmd>VimtexView<CR>")
+-- Go
+vim.keymap.set("n", "<leader>gj", "<cmd>GoTagAdd json<CR>")
+vim.keymap.set("n", "<leader>gy", "<cmd>GoTagAdd yaml<CR>")
+vim.keymap.set("n", "<leader>ge", "<cmd>GoIfErr<CR>")
+vim.keymap.set("n", "<leader>gt", "<cmd>GoMod tidy<CR>")
+
-- Screenkey
vim.keymap.set("n", "<leader>sk", "<cmd>Screenkey<CR>")