From abbbe7a4d3062ea2df0dd263528d824b7e4363a3 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Fri, 12 Jan 2024 16:32:44 +0100 Subject: Add shortcuts for yanking/pasting from system clipboard --- Common/nvim/lua/helper_functions.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'Common/nvim/lua/helper_functions.lua') diff --git a/Common/nvim/lua/helper_functions.lua b/Common/nvim/lua/helper_functions.lua index 515854f..1b9ac50 100755 --- a/Common/nvim/lua/helper_functions.lua +++ b/Common/nvim/lua/helper_functions.lua @@ -1,5 +1,6 @@ -- opts that replicate the nore part of noremap silentnoremap = { noremap = true, silent = true } +noremap = { noremap = true, silent = false } -- Just to make the map function "shorter" function map(kind, lhs, rhs, opts) -- cgit v1.2.3