branch: elpa/helm
commit ee4e3d11d8d8624641732fa2d412b3331002dc2a
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Bind forward/backward-sexp in help/debug
---
 helm-lib.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-lib.el b/helm-lib.el
index e6a160fb84..172ae9dcc3 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -668,6 +668,8 @@ E.g.: helm.el$
     ("M-f" . forward-word)
     ("M-b" . backward-word)
     ("M->" . end-of-buffer)
+    ("C-M-f" . forward-sexp)
+    ("C-M-b" . backward-sexp)
     ("M-<" . beginning-of-buffer)
     ("C-SPC" . helm-help-toggle-mark)
     ("C-M-SPC" . mark-sexp)

Reply via email to