Hacker News new | ask | show | jobs
by sre2 728 days ago
You are looking for

    bind -m emacs-meta '"\C-j": vi-editing-mode'
and possibly adding

    bind -m vi-insert '"\C-e": emacs-editing-mode'
1 comments

The default keybind is control-meta-j though. My comment was in reference to me not being able to get that to work.