feat: vimux?
This commit is contained in:
parent
68f807ecf2
commit
26d59301f6
9 changed files with 79 additions and 18 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue