diff --git a/tools/emacsmode/emacsmodehandler.cpp b/tools/emacsmode/emacsmodehandler.cpp index 04cdf996c1..472a962585 100644 --- a/tools/emacsmode/emacsmodehandler.cpp +++ b/tools/emacsmode/emacsmodehandler.cpp @@ -583,7 +583,7 @@ void EmacsModeHandler::Private::init() m_shortcuts.push_back(Emacs::Shortcut("|m") .addFn(boost::bind(&EmacsModeHandler::Private::newLine, this)) .addFn(boost::bind(&EmacsModeHandler::Private::setKillBufferAppending, this, false))); - m_shortcuts.push_back(Emacs::Shortcut("|j") + m_shortcuts.push_back(Emacs::Shortcut("|h") .addFn(boost::bind(&EmacsModeHandler::Private::backspace, this)) .addFn(boost::bind(&EmacsModeHandler::Private::setKillBufferAppending, this, false))); m_shortcuts.push_back(Emacs::Shortcut("|e")