From e81aee50e328e35f5514e60cee0b79fa52b5f8f7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 26 Feb 2022 15:59:45 +0100 Subject: [PATCH] home: vim: remove mapping to run 'make' --- home/vim/after/plugin/mappings/misc.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/home/vim/after/plugin/mappings/misc.vim b/home/vim/after/plugin/mappings/misc.vim index d09410a..c7fcc8a 100644 --- a/home/vim/after/plugin/mappings/misc.vim +++ b/home/vim/after/plugin/mappings/misc.vim @@ -2,7 +2,6 @@ lua << EOF local wk = require("which-key") local keys = { - m = { "silent! :make! | :redraw!", "Run make" }, [""] = { "nohls", "Clear search highlight" }, }