aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/remap.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-22 23:57:49 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-22 23:57:49 +0200
commiteb3d0494a292d1c0823bc95c2b1195e08c6d06a1 (patch)
tree0c5358fb46d06e3f8660564d391a4b55009b57f9 /lua/pml68/remap.lua
parentfeat: remove unnecessary LuaSnip and friendly-snippets plugins (diff)
downloadnvim-eb3d0494a292d1c0823bc95c2b1195e08c6d06a1.tar.gz
feat: remove UndoTree and fugitive.vim plugins
Diffstat (limited to '')
-rw-r--r--lua/pml68/remap.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua
index c21fbb2..8eb5ce4 100644
--- a/lua/pml68/remap.lua
+++ b/lua/pml68/remap.lua
@@ -20,12 +20,6 @@ vim.keymap.set("n", "<C-k>", "<C-w>k")
vim.keymap.set("n", "<leader>ll", "<cmd>VimtexCompile<CR>")
vim.keymap.set("n", "<leader>vl", "<cmd>VimtexView<CR>")
--- Undotree
-vim.keymap.set("n", "<leader>u", "<cmd>UndotreeToggle<CR>")
-
--- Gitsigns
-vim.keymap.set("n", "<leader>gB", "<cmd>Git blame<CR>")
-
-- Screenkey
vim.keymap.set("n", "<leader>sk", "<cmd>Screenkey<CR>")