diff --git a/README.md b/README.md index f536132..df668a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vimix -[vimux](https://github.com/benmills/vimux) with [Elixir mix](https://github.com/elixir-lang/elixir) integration +[vimux](https://github.com/preservim/vimux) with [Elixir mix](https://github.com/elixir-lang/elixir) integration ## Installation @@ -50,7 +50,7 @@ Here are the key mappings for your reference: ## Requirements -* [vimux](https://github.com/benmills/vimux) +* [vimux](https://github.com/preservim/vimux) * [Elixir Language](https://github.com/elixir-lang/elixir) ## Contributing diff --git a/plugin/vimix.vim b/plugin/vimix.vim index b0accd8..32c3550 100644 --- a/plugin/vimix.vim +++ b/plugin/vimix.vim @@ -92,7 +92,7 @@ function VimixLocal() endfunction function VimixPromptCommand() - let l:command = input(_VimuxOption("g:VimixPromptString", "Mix Command? ")) + let l:command = input('Mix Command? ') call s:VimixRunCommand(l:command) endfunction