Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/vimix.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down