Jake Herrmann

Results 22 comments of Jake Herrmann

I'm having the same issue with `7.31.1`, does anyone at least have a solution for that version? The options `emacs_bindings_in_vi_insert_mode` and `timeoutlen` are not recognized.

Similar problem on Debian 9 with zsh. Removing `eval "$(pyenv virtualenv-init -)"` from `~/.zshrc` fixes it.

What does `eval "$(pyenv virtualenv-init -)"` actually do? I just commented it out and have still been able to use pyenv with virtualenv with no problems.

> > What does `eval "$(pyenv virtualenv-init -)"` actually do? I just commented it out and have still been able to use pyenv with virtualenv with no problems. > >...

I opened https://github.com/ipython/ipython/pull/13861 for @minjae's workaround to get this moving forward. I'm not familiar with the ipython codebase so don't know if this is the best solution.

I confirmed that this is now fixed as of IPython 8.8.0. To summarize, your config file must have the following lines: ``` c.TerminalInteractiveShell.editing_mode = 'vi' c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False ``` No...

Related to https://github.com/fi3te/NotificationCron/issues/41 (but smaller in scope)

Related to https://github.com/stac-utils/pgstac/issues/146

As others have stated, is a good replacement. Here are the steps that I used to get it configured on Debian. Works with both Wayland and Xorg on Debian GNU/Linux...

Is anyone working on this feature? I would also find it useful.