1
Fork 0

feat: vimux?

This commit is contained in:
Matei Adriel 2022-03-09 20:44:21 +02:00
parent 68f807ecf2
commit 26d59301f6
9 changed files with 79 additions and 18 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -3,7 +3,7 @@ local arpeggio = require("my.plugins.arpeggio")
local M = {}
function M.setup()
arpeggio.chordSilent("n", "<Leader>vp", ":VimuxPromptCommand<CR>")
arpeggio.chordSilent("n", "vp", ":VimuxPromptCommand<CR>")
end
return M