feat: vimux
This commit is contained in:
parent
3b0950e88b
commit
68f807ecf2
11 changed files with 118 additions and 65 deletions
dotfiles/neovim/lua/my/plugins
9
dotfiles/neovim/lua/my/plugins/vimux.lua
Normal file
9
dotfiles/neovim/lua/my/plugins/vimux.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
local arpeggio = require("my.plugins.arpeggio")
|
||||
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
arpeggio.chordSilent("n", "<Leader>vp", ":VimuxPromptCommand<CR>")
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue