local arpeggio = require("my.plugins.arpeggio") local M = {} function M.setup() arpeggio.chordSilent("n", "vp", ":VimuxPromptCommand") arpeggio.chordSilent("n", "vc", ":VimuxRunCommand \"clear\"") arpeggio.chordSilent("n", "vl", ":VimuxRunLastCommand") end return M