From 64ddbfdcebf719a3d7fcd8b183677a6ac10b13e8 Mon Sep 17 00:00:00 2001 From: Zhiwei Chen Date: Fri, 28 Aug 2020 11:48:42 +0800 Subject: [PATCH] Add the missing '^' binding --- elpher.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elpher.el b/elpher.el index fd17a70..2ca7520 100644 --- a/elpher.el +++ b/elpher.el @@ -1960,6 +1960,7 @@ When run interactively HOST-OR-URL is read from the minibuffer." (kbd "C-t") 'elpher-back (kbd "u") 'elpher-back (kbd "-") 'elpher-back + (kbd "^") 'elpher-back (kbd "U") 'elpher-back-to-start [mouse-3] 'elpher-back (kbd "o") 'elpher-go -- 2.20.1