简体   繁体   中英

Is there a vim mode available for `iex`

Is there a vim mode available for iex ? That is, something like set -o vi in bash.

Here's my version info: IEx 1.13.0 (compiled with Erlang/OTP 24)

I'm running it on Linux Mint 20.2 Uma .

No, iex doesn't have vim mode.

However, if you're a vim user, I can recommend you check out neovim . It has a built-in terminal emulator which might solve some of your needs. You could always spin it up and run iex within allowing you to more or less navigate the terminal through vim.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM