1

I am using oh-my-zsh's vi-mode plugin. Its working awesomely for regular terminal usage.

How to extend this vi-mode to psql, irb etc?

In bash I used to do this by adding commands in .inputrc

I am using mac os sierra

1 Answer 1

3

Its the zsh shell which uses zle instead of readline

Rest of the terminal apps still use readline even if they are invoked via zsh

Hence .inputrc works here for all the apps

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.