1
Fork 0

Made a few changes

This commit is contained in:
Matei Adriel 2022-07-19 11:03:03 +00:00
parent c7b01d9b6d
commit 7cbe73ad5b
19 changed files with 55 additions and 26 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -4,6 +4,8 @@ local M = {}
function M.setup()
arpeggio.chordSilent("n", "vp", ":VimuxPromptCommand<CR>")
arpeggio.chordSilent("n", "vc", ":VimuxRunCommand \"clear\"<CR>")
arpeggio.chordSilent("n", "vl", ":VimuxRunLastCommand<CR>")
end
return M