Remove C-i fix in private bindings (more harm than good)
This commit is contained in:
parent
898d1f225a
commit
08b559c70f
1 changed files with 0 additions and 1 deletions
|
@ -730,7 +730,6 @@
|
||||||
;; properly, more like vim, or how I like it.
|
;; properly, more like vim, or how I like it.
|
||||||
|
|
||||||
(map! (:map input-decode-map
|
(map! (:map input-decode-map
|
||||||
[?\C-i] [C-i]
|
|
||||||
[S-iso-lefttab] [backtab]
|
[S-iso-lefttab] [backtab]
|
||||||
(:unless window-system "TAB" [tab])) ; Fix TAB in terminal
|
(:unless window-system "TAB" [tab])) ; Fix TAB in terminal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue