help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] bind -m vi-insert '"jj": "\e"' in .inputrc?


From: Clark WANG
Subject: [Help-bash] bind -m vi-insert '"jj": "\e"' in .inputrc?
Date: Thu, 7 Jun 2012 15:22:12 +0800

I have following line in my .bashrc and it works fine:

  bind -m vi-insert '"jj": "\e"'

Now I want to move the readline settings to .inputrc. But this does not work:

  $if mode=vi-insert
    "jj": "\e"
  $endif

Any idea?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]