From 08b559c70fb943a102782fd80f3c42232073fd17 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 2 Oct 2017 20:02:57 +0200 Subject: [PATCH] Remove C-i fix in private bindings (more harm than good) --- modules/private/hlissner/+bindings.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index 70872ec34..5245f91c6 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -730,7 +730,6 @@ ;; properly, more like vim, or how I like it. (map! (:map input-decode-map - [?\C-i] [C-i] [S-iso-lefttab] [backtab] (:unless window-system "TAB" [tab])) ; Fix TAB in terminal