update mappings

master
blob42 9 months ago
parent d5842563cf
commit ea940f0066

@ -379,13 +379,13 @@ M.general = { --{{{
}, },
-- Notify cmd watcher (see /scripts/utils/fifo_watch.sh) -- Notify cmd watcher (see /scripts/utils/fifo_watch.sh)
--[[ ["<leader><down>"] = { -- ["<leader><down>"] = {
function() -- function()
local fifo_patch = "/tmp/fifo_vimnotify" -- local fifo_patch = "/tmp/fifo_vimnotify"
os.execute("echo do >" .. fifo_patch) -- os.execute("echo do >" .. fifo_patch)
end, -- end,
"notify <scripts/utils/fifo_watch>" -- "notify <scripts/utils/fifo_watch>"
}, ]] -- },
["<leader>A"] = { "<cmd>ArgWrap<CR>", "arg wrap" }, ["<leader>A"] = { "<cmd>ArgWrap<CR>", "arg wrap" },

Loading…
Cancel
Save