From 76d9bf76a7a40bc033d70d64ce758a5caa9092a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 19 May 2017 17:02:09 +0200 Subject: [PATCH] S-iso-lefttab => backtab, not tab --- modules/private/hlissner/+bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index 21a182396..a77fb016e 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -331,7 +331,7 @@ ;; properly, more like vim, or how I like it. (map! (:unless window-system "TAB" [tab]) ; Fix TAB in terminal - [S-iso-lefttab] [tab] ; Fix TAB in GNU Emacs + [S-iso-lefttab] [backtab] ; Fix TAB in GNU Emacs ;; I want C-a and C-e to be a little smarter. C-a will jump to ;; indentation. Pressing it again will send you to the true bol. Same goes