From ea940f0066654137af20ac65a2e288743013df88 Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 21 Aug 2023 10:00:54 +0200 Subject: [PATCH] update mappings --- lua/core/mappings.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 0eb4e29..303142e 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -379,13 +379,13 @@ M.general = { --{{{ }, -- Notify cmd watcher (see /scripts/utils/fifo_watch.sh) - --[[ [""] = { - function() - local fifo_patch = "/tmp/fifo_vimnotify" - os.execute("echo do >" .. fifo_patch) - end, - "notify " - }, ]] + -- [""] = { + -- function() + -- local fifo_patch = "/tmp/fifo_vimnotify" + -- os.execute("echo do >" .. fifo_patch) + -- end, + -- "notify " + -- }, ["A"] = { "ArgWrap", "arg wrap" },