From 5dbc80a1d4c83057c7e01829184a87902f255624 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 20 Apr 2026 22:15:03 +0200 Subject: [PATCH] make shortcut --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index acaf3ed..7f11229 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -72,6 +72,7 @@ tnoremap c c xnoremap H ^ xnoremap L $ nnoremap Q @@ +nnoremap ,m :make if has('clipboard') set clipboard^=unnamed,unnamedplus