# Vim mode in REPL command line

**URL:** https://discourse.julialang.org/t/vim-mode-in-repl-command-line/9023
**Category:** General Usage
**Tags:** repl
**Created:** [February 12, 2018, 10:08pm UTC](https://discourse.julialang.org/t/vim-mode-in-repl-command-line/9023 "2018-02-12T22:08:57Z")
**Posts on this page:** 1
**Showing post:** 23

<div class="post-metadata">

### Author: ![tamasgal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamasgal/32/27946_2.png) [@tamasgal](https://discourse.julialang.org/u/tamasgal)
#### Post date: [June 5, 2018, 8:28pm UTC](https://discourse.julialang.org/t/vim-mode-in-repl-command-line/9023/23 "2018-06-05T20:28:25Z")

</div>

Just wanted to post this your solution @non-Jedi  
You can also add this to your config:

```julia
> cat .jupyter/jupyter_console_config.py
c.ZMQTerminalInteractiveShell.editing_mode='vi'

```

However, I think it’s not comparable to the real Julia REPL experience 😉 (e.g. things like `@edit(1+2)` simply hang forever)

---

_[View the full topic](https://discourse.julialang.org/t/vim-mode-in-repl-command-line/9023)._
